Color Hex Logo

#c6735b Color Hex

#C6735B
(198,115,91)
0 Favorites   0 Comments

Color spaces of #c6735b

RGB 19811591
HSL0.040.480.57
HSV13°54°78°
CMYK 0.000.420.54   0.22
XYZ31.307825.022613.0773
Yxy25.02260.45110.3605
Hunter Lab50.022624.178819.5158
CIE-Lab57.097430.234027.3530

#c6735b color RGB value is (198,115,91).

#c6735b hex color red value is 198, green value is 115 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #c6735b hue: 0.04 , saturation: 0.48 and the lightness value of c6735b is 0.57.

The process color (four color CMYK) of #c6735b color hex is 0.00, 0.42, 0.54, 0.22. Web safe color of #c6735b is #cc6666. Color #c6735b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01110011 01011011
Octal 306 163 133
Decimal 198 115 91
Hex C6 73 5B

RGB Percentages of Color #c6735b

%49.01
%28.47
%22.52

CMYK Percentages of Color #c6735b

%0
%42
%54
%22

Triadic Colors of #c6735b

#c6735b #5bc673 #735bc6

Analogous Colors of #c6735b

#c6735b #c6a95b #c65b79

Monochromatic Colors of #c6735b

#c6735b

Complementary Color

#c6735b #5baec6

#c6735b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6735b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6735b Color CSS Codes

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

#c6735b Text Font Color

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

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


#c6735b Background Color

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

This div background color is #c6735b


#c6735b Border Color

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

This div border color is #c6735b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6735b


Comments

No comments written yet.

Please login to write comment.