#8E816B

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

Shades of Squirrel #8E816B

Tints of Squirrel #8E816B

Color information

#8E816B (or 0x8E816B) is unknown color: approx Squirrel. HEX triplet: 8E, 81 and 6B. RGB value is (142,129,107). Sum of RGB (Red+Green+Blue) = 142+129+107=378 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.57% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 142 - color contains mainly: red. Hex color #8E816B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E816B is #717E94. Grayscale: #828282. Windows color (decimal): -7437973 or 7045518. OLE color: 7045518.

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

Color convert

RGB142129107-
CMYK00.090.250.44
HSL37.71º14.06%48.82%-
HSV(B)37.71º24.65%55.69%-
XYZ21.6622.5117.11-
YUV130.38114.81136.29-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.57%
GREEN value IS 129 (50.78% from 255) = 34.13%
BLUE value IS 107 (42.19% from 255) = 28.31%
R=37.57%
G=34.13%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14212910700.090.250.4437.7114.0648.82
Hex8E816B09192C26e31
Octal2162011530113154461661
Binary1000111010000001110101101001110011011001001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E816B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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