#8E816E

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

Shades of Squirrel #8E816E

Tints of Squirrel #8E816E

Color information

#8E816E (or 0x8E816E) is unknown color: approx Squirrel. HEX triplet: 8E, 81 and 6E. RGB value is (142,129,110). Sum of RGB (Red+Green+Blue) = 142+129+110=381 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.27% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 110 (43.36% from 255 or 28.87% from 381); Max value from RGB is 142 - color contains mainly: red. Hex color #8E816E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E816E is #717E91. Grayscale: #828282. Windows color (decimal): -7437970 or 7242126. OLE color: 7242126.

HSL color Cylindrical-coordinate representation of color #8E816E: hue angle of 35.63º 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 #8E816E is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB142129110-
CMYK00.090.230.44
HSL35.63º12.7%49.41%-
HSV(B)35.63º22.54%55.69%-
XYZ21.8222.5817.96-
YUV130.72116.31136.04-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.27%
GREEN value IS 129 (50.78% from 255) = 33.86%
BLUE value IS 110 (43.36% from 255) = 28.87%
R=37.27%
G=33.86%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14212911000.090.230.4435.6312.749.41
Hex8E816E09172C24d31
Octal2162011560112754441561
Binary1000111010000001110111001001101111011001001001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E816E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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