Color Hex Logo

#c68731 Color Hex

#C68731
(198,135,49)
0 Favorites   0 Comments

Color spaces of #c68731

RGB 19813549
HSL0.100.600.48
HSV35°75°78°
CMYK 0.000.320.75   0.22
XYZ32.507129.55556.8972
Yxy29.55550.47140.4286
Hunter Lab54.365011.594030.5334
CIE-Lab61.268816.608153.4959

#c68731 color RGB value is (198,135,49).

#c68731 hex color red value is 198, green value is 135 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #c68731 hue: 0.10 , saturation: 0.60 and the lightness value of c68731 is 0.48.

The process color (four color CMYK) of #c68731 color hex is 0.00, 0.32, 0.75, 0.22. Web safe color of #c68731 is #cc9933. Color #c68731 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000111 00110001
Octal 306 207 61
Decimal 198 135 49
Hex C6 87 31

RGB Percentages of Color #c68731

%51.83
%35.34
%12.83

CMYK Percentages of Color #c68731

%0
%32
%75
%22

Triadic Colors of #c68731

#c68731 #31c687 #8731c6

Analogous Colors of #c68731

#c68731 #bbc631 #c63c31

Monochromatic Colors of #c68731

#c68731

Complementary Color

#c68731 #3170c6

#c68731 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68731 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68731 Color CSS Codes

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

#c68731 Text Font Color

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

This sample text font color is #c68731
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.


#c68731 Background Color

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

This div background color is #c68731


#c68731 Border Color

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

This div border color is #c68731


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68731


Comments

No comments written yet.

Please login to write comment.