#8E7F6D

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

Shades of Squirrel #8E7F6D

Tints of Squirrel #8E7F6D

Color information

#8E7F6D (or 0x8E7F6D) is unknown color: approx Squirrel. HEX triplet: 8E, 7F and 6D. RGB value is (142,127,109). Sum of RGB (Red+Green+Blue) = 142+127+109=378 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.57% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7F6D is #718092. Grayscale: #818181. Windows color (decimal): -7438483 or 7176078. OLE color: 7176078.

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

Color convert

RGB142127109-
CMYK00.110.230.44
HSL32.73º13.15%49.22%-
HSV(B)32.73º23.24%55.69%-
XYZ21.5122.0317.59-
YUV129.43116.47136.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.57%
GREEN value IS 127 (50% from 255) = 33.60%
BLUE value IS 109 (42.97% from 255) = 28.84%
R=37.57%
G=33.60%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14212710900.110.230.4432.7313.1549.22
Hex8E7F6D0B172C21d31
Octal2161771550132754411561
Binary100011101111111110110101011101111011001000011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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