#8E816D

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

Shades of Squirrel #8E816D

Tints of Squirrel #8E816D

Color information

#8E816D (or 0x8E816D) is unknown color: approx Squirrel. HEX triplet: 8E, 81 and 6D. RGB value is (142,129,109). Sum of RGB (Red+Green+Blue) = 142+129+109=380 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.37% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 142 - color contains mainly: red. Hex color #8E816D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E816D is #717E92. Grayscale: #828282. Windows color (decimal): -7437971 or 7176590. OLE color: 7176590.

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

Color convert

RGB142129109-
CMYK00.090.230.44
HSL36.36º13.15%49.22%-
HSV(B)36.36º23.24%55.69%-
XYZ21.7722.5617.67-
YUV130.61115.81136.13-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.37%
GREEN value IS 129 (50.78% from 255) = 33.95%
BLUE value IS 109 (42.97% from 255) = 28.68%
R=37.37%
G=33.95%
B=28.68%

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
Decimal14212910900.090.230.4436.3613.1549.22
Hex8E816D09172C24d31
Octal2162011550112754441561
Binary1000111010000001110110101001101111011001001001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E816D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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