#8E7965

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

Shades of Squirrel #8E7965

Tints of Squirrel #8E7965

Color information

#8E7965 (or 0x8E7965) is unknown color: approx Squirrel. HEX triplet: 8E, 79 and 65. RGB value is (142,121,101). Sum of RGB (Red+Green+Blue) = 142+121+101=364 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.01% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 101 (39.84% from 255 or 27.75% from 364); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7965 is #71869A. Grayscale: #7D7D7D. Windows color (decimal): -7440027 or 6650254. OLE color: 6650254.

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

Color convert

RGB142121101-
CMYK00.150.290.44
HSL29.27º16.87%47.65%-
HSV(B)29.27º28.87%55.69%-
XYZ20.3420.3715.17-
YUV125114.46140.13-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.01%
GREEN value IS 121 (47.66% from 255) = 33.24%
BLUE value IS 101 (39.84% from 255) = 27.75%
R=39.01%
G=33.24%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14212110100.150.290.4429.2716.8747.65
Hex8E79650F1D2C1d1130
Octal2161711450173554352160
Binary100011101111001110010101111111011011001110110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,121,101); }

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

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

 a { background-color: rgb(142,121,101); }

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

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

 span { border-color: rgb(142,121,101); }

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