#8C806F

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

Shades of Squirrel #8C806F

Tints of Squirrel #8C806F

Color information

#8C806F (or 0x8C806F) is unknown color: approx Squirrel. HEX triplet: 8C, 80 and 6F. RGB value is (140,128,111). Sum of RGB (Red+Green+Blue) = 140+128+111=379 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.94% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 111 (43.75% from 255 or 29.29% from 379); Max value from RGB is 140 - color contains mainly: red. Hex color #8C806F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C806F is #737F90. Grayscale: #818181. Windows color (decimal): -7569297 or 7307404. OLE color: 7307404.

HSL color Cylindrical-coordinate representation of color #8C806F: hue angle of 35.17º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8C806F is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB140128111-
CMYK00.090.210.45
HSL35.17º11.55%49.22%-
HSV(B)35.17º20.71%54.9%-
XYZ21.422.1618.19-
YUV129.65117.48135.38-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.94%
GREEN value IS 128 (50.39% from 255) = 33.77%
BLUE value IS 111 (43.75% from 255) = 29.29%
R=36.94%
G=33.77%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14012811100.090.210.4535.1711.5549.22
Hex8C806F09152D23c31
Octal2142001570112555431461
Binary1000110010000000110111101001101011011011000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C806F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C806F; }

 p { color: rgb(140,128,111); }

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

<style>
 a { background-color: #8C806F; }

 a { background-color: rgb(140,128,111); }

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

<style>
 span { border-color: #8C806F; }

 span { border-color: rgb(140,128,111); }

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