Color Hex Logo

#96705b Color Hex

#96705B
(150,112,91)
1 Favorites   0 Comments

Color spaces of #96705b

RGB 15011291
HSL0.060.240.47
HSV21°39°59°
CMYK 0.000.250.39   0.41
XYZ20.260218.827712.4638
Yxy18.82770.39300.3652
Hunter Lab43.39097.411713.3429
CIE-Lab50.485012.106017.5202

#96705b color RGB value is (150,112,91).

#96705b hex color red value is 150, green value is 112 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #96705b hue: 0.06 , saturation: 0.24 and the lightness value of 96705b is 0.47.

The process color (four color CMYK) of #96705b color hex is 0.00, 0.25, 0.39, 0.41. Web safe color of #96705b is #996666. Color #96705b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01110000 01011011
Octal 226 160 133
Decimal 150 112 91
Hex 96 70 5B

RGB Percentages of Color #96705b

%42.49
%31.73
%25.78

CMYK Percentages of Color #96705b

%0
%25
%39
%41

Triadic Colors of #96705b

#96705b #5b9670 #705b96

Analogous Colors of #96705b

#96705b #968e5b #965b64

Monochromatic Colors of #96705b

#96705b

Complementary Color

#96705b #5b8196

#96705b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96705b Color Preview on White Background

Lorem ipsum dolor sit amet.

#96705b Color CSS Codes

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

#96705b Text Font Color

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

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


#96705b Background Color

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

This div background color is #96705b


#96705b Border Color

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

This div border color is #96705b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,112,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #96705b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #96705b;
  -webkit-box-shadow: 1px 1px 3px 2px #96705b;
  box-shadow:         1px 1px 3px 2px #96705b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,112,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 #96705b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96705b


Comments

No comments written yet.

Please login to write comment.