Color Hex Logo

#c69d67 Color Hex

#C69D67
(198,157,103)
0 Favorites   0 Comments

Color spaces of #c69d67

RGB 198157103
HSL0.090.450.59
HSV34°48°78°
CMYK 0.000.210.48   0.22
XYZ37.793937.099018.0008
Yxy37.09900.40690.3994
Hunter Lab60.90894.168325.1139
CIE-Lab67.35128.402733.9415

#c69d67 color RGB value is (198,157,103).

#c69d67 hex color red value is 198, green value is 157 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #c69d67 hue: 0.09 , saturation: 0.45 and the lightness value of c69d67 is 0.59.

The process color (four color CMYK) of #c69d67 color hex is 0.00, 0.21, 0.48, 0.22. Web safe color of #c69d67 is #cc9966. Color #c69d67 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10011101 01100111
Octal 306 235 147
Decimal 198 157 103
Hex C6 9D 67

RGB Percentages of Color #c69d67

%43.23
%34.28
%22.49

CMYK Percentages of Color #c69d67

%0
%21
%48
%22

Triadic Colors of #c69d67

#c69d67 #67c69d #9d67c6

Analogous Colors of #c69d67

#c69d67 #c0c667 #c66e67

Monochromatic Colors of #c69d67

#c69d67

Complementary Color

#c69d67 #6790c6

#c69d67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c69d67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c69d67 Color CSS Codes

.mybgcolor {background-color:#c69d67; } 
.myforecolor {color:#c69d67; }
.mybordercolor {border:3px solid #c69d67; }

#c69d67 Text Font Color

<p style="color:#c69d67">Text here</p>

This sample text font color is #c69d67
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c69d67 Background Color

<div style="background-color:#c69d67">
Div content here</div>

This div background color is #c69d67


#c69d67 Border Color

<div style="border:3px solid #c69d67">
Div here</div>

This div border color is #c69d67


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,157,103, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c69d67; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c69d67;
  -webkit-box-shadow: 1px 1px 3px 2px #c69d67;
  box-shadow:         1px 1px 3px 2px #c69d67; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,157,103, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c69d67">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c69d67;
  -webkit-box-shadow: 1px 1px 3px 2px #c69d67;
  box-shadow:         1px 1px 3px 2px #c69d67;">
Div content here</div>

This div box has shadow with color #c69d67


Comments

No comments written yet.

Please login to write comment.