Color Hex Logo

#99976b Color Hex

#99976B
(153,151,107)
0 Favorites   0 Comments

Color spaces of #99976b

RGB 153151107
HSL0.160.180.51
HSV57°30°60°
CMYK 0.000.010.30   0.40
XYZ26.857329.967118.2786
Yxy29.96710.35760.3990
Hunter Lab54.7422-8.224318.5224
CIE-Lab61.6258-6.490223.5083

#99976b color RGB value is (153,151,107).

#99976b hex color red value is 153, green value is 151 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #99976b hue: 0.16 , saturation: 0.18 and the lightness value of 99976b is 0.51.

The process color (four color CMYK) of #99976b color hex is 0.00, 0.01, 0.30, 0.40. Web safe color of #99976b is #999966. Color #99976b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10010111 01101011
Octal 231 227 153
Decimal 153 151 107
Hex 99 97 6B

RGB Percentages of Color #99976b

%37.23
%36.74
%26.03

CMYK Percentages of Color #99976b

%0
%1
%30
%40

Triadic Colors of #99976b

#99976b #6b9997 #976b99

Analogous Colors of #99976b

#99976b #84996b #99806b

Monochromatic Colors of #99976b

#99976b

Complementary Color

#99976b #6b6d99

#99976b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99976b Color Preview on White Background

Lorem ipsum dolor sit amet.

#99976b Color CSS Codes

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

#99976b Text Font Color

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

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


#99976b Background Color

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

This div background color is #99976b


#99976b Border Color

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

This div border color is #99976b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,151,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99976b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99976b;
  -webkit-box-shadow: 1px 1px 3px 2px #99976b;
  box-shadow:         1px 1px 3px 2px #99976b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,151,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99976b


Comments

No comments written yet.

Please login to write comment.