Color Hex Logo

#99806b Color Hex

#99806B
(153,128,107)
0 Favorites   0 Comments

Color spaces of #99806b

RGB 153128107
HSL0.080.180.51
HSV27°30°60°
CMYK 0.000.160.30   0.40
XYZ23.509923.272217.1628
Yxy23.27220.36770.3639
Hunter Lab48.24132.568012.6753
CIE-Lab55.35166.313414.9830

#99806b color RGB value is (153,128,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10000000 01101011
Octal 231 200 153
Decimal 153 128 107
Hex 99 80 6B

RGB Percentages of Color #99806b

%39.43
%32.99
%27.58

CMYK Percentages of Color #99806b

%0
%16
%30
%40

Triadic Colors of #99806b

#99806b #6b9980 #806b99

Analogous Colors of #99806b

#99806b #99976b #996b6d

Monochromatic Colors of #99806b

#99806b

Complementary Color

#99806b #6b8499

#99806b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99806b Color Preview on White Background

Lorem ipsum dolor sit amet.

#99806b Color CSS Codes

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

#99806b Text Font Color

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

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


#99806b Background Color

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

This div background color is #99806b


#99806b Border Color

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

This div border color is #99806b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99806b


Comments

No comments written yet.

Please login to write comment.