#8E8069

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

Shades of Squirrel #8E8069

Tints of Squirrel #8E8069

Color information

#8E8069 (or 0x8E8069) is unknown color: approx Squirrel. HEX triplet: 8E, 80 and 69. RGB value is (142,128,105). Sum of RGB (Red+Green+Blue) = 142+128+105=375 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.87% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 105 (41.41% from 255 or 28% from 375); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8069 is #717F96. Grayscale: #818181. Windows color (decimal): -7438231 or 6914190. OLE color: 6914190.

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

Color convert

RGB142128105-
CMYK00.100.260.44
HSL37.3º14.98%48.43%-
HSV(B)37.3º26.06%55.69%-
XYZ21.4222.2116.52-
YUV129.56114.14136.87-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.87%
GREEN value IS 128 (50.39% from 255) = 34.13%
BLUE value IS 105 (41.41% from 255) = 28%
R=37.87%
G=34.13%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14212810500.100.260.4437.314.9848.43
Hex8E80690A1A2C25f30
Octal2162001510123254451760
Binary1000111010000000110100101010110101011001001011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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