#8E7E6A

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

Shades of Squirrel #8E7E6A

Tints of Squirrel #8E7E6A

Color information

#8E7E6A (or 0x8E7E6A) is unknown color: approx Squirrel. HEX triplet: 8E, 7E and 6A. RGB value is (142,126,106). Sum of RGB (Red+Green+Blue) = 142+126+106=374 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.97% from 374); Green value is 126 (49.61% from 255 or 33.69% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7E6A is #718195. Grayscale: #808080. Windows color (decimal): -7438742 or 6979214. OLE color: 6979214.

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

Color convert

RGB142126106-
CMYK00.110.250.44
HSL33.33º14.52%48.63%-
HSV(B)33.33º25.35%55.69%-
XYZ21.2221.7116.71-
YUV128.5115.3137.63-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.97%
GREEN value IS 126 (49.61% from 255) = 33.69%
BLUE value IS 106 (41.80% from 255) = 28.34%
R=37.97%
G=33.69%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14212610600.110.250.4433.3314.5248.63
Hex8E7E6A0B192C21f31
Octal2161761520133154411761
Binary100011101111110110101001011110011011001000011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,126,106); }

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

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

 a { background-color: rgb(142,126,106); }

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

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

 span { border-color: rgb(142,126,106); }

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