#8E806E

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

Shades of Squirrel #8E806E

Tints of Squirrel #8E806E

Color information

#8E806E (or 0x8E806E) is unknown color: approx Squirrel. HEX triplet: 8E, 80 and 6E. RGB value is (142,128,110). Sum of RGB (Red+Green+Blue) = 142+128+110=380 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.37% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 142 - color contains mainly: red. Hex color #8E806E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E806E is #717F91. Grayscale: #828282. Windows color (decimal): -7438226 or 7241870. OLE color: 7241870.

HSL color Cylindrical-coordinate representation of color #8E806E: hue angle of 33.75º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8E806E is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB142128110-
CMYK00.100.230.44
HSL33.75º12.7%49.41%-
HSV(B)33.75º22.54%55.69%-
XYZ21.6922.3117.92-
YUV130.13116.64136.46-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.37%
GREEN value IS 128 (50.39% from 255) = 33.68%
BLUE value IS 110 (43.36% from 255) = 28.95%
R=37.37%
G=33.68%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14212811000.100.230.4433.7512.749.41
Hex8E806E0A172C22d31
Octal2162001560122754421561
Binary1000111010000000110111001010101111011001000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E806E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,128,110); }

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

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

 a { background-color: rgb(142,128,110); }

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

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

 span { border-color: rgb(142,128,110); }

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