#99816C

Color #99816C Squirrel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Squirrel #99816C

Tints of Squirrel #99816C

Color information

#99816C (or 0x99816C) is unknown color: approx Squirrel. HEX triplet: 99, 81 and 6C. RGB value is (153,129,108). Sum of RGB (Red+Green+Blue) = 153+129+108=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 153 - color contains mainly: red. Hex color #99816C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99816C is #667E93. Grayscale: #858585. Windows color (decimal): -6717076 or 7111065. OLE color: 7111065.

HSL color Cylindrical-coordinate representation of color #99816C: hue angle of 28º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99816C is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB153129108-
CMYK00.160.290.4
HSL28º18.07%51.18%-
HSV(B)28º29.41%60%-
XYZ23.6923.5617.49-
YUV133.78113.45141.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 153 (60.16% from 255) = 39.23%
GREEN value IS 129 (50.78% from 255) = 33.08%
BLUE value IS 108 (42.58% from 255) = 27.69%
R=39.23%
G=33.08%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312910800.160.290.42818.0751.18
Hex99816C0101D281c1233
Octal2312011540203550342263
Binary10011001100000011101100010000111011010001110010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99816C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99816C; }

 p { color: rgb(153,129,108); }

 H1.HeaderClassName
 {
   color: #99816C;
 }
 .AnyTagClassName
 {
   color: #99816C;
 }
</style>
background-color css

<style>
 a { background-color: #99816C; }

 a { background-color: rgb(153,129,108); }

 div.DivClassName
 {
   background-color: #99816C;
 }
 .BgClassName
 {
   background-color: #99816C;
 }
</style>
border-color css

<style>
 span { border-color: #99816C; }

 span { border-color: rgb(153,129,108); }

 td.TdClassName
 {
   border-color: #99816C;
 }
 .TagClassName
 {
   border-color: #99816C;
 }
</style>