#8E7A67

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

Shades of Squirrel #8E7A67

Tints of Squirrel #8E7A67

Color information

#8E7A67 (or 0x8E7A67) is unknown color: approx Squirrel. HEX triplet: 8E, 7A and 67. RGB value is (142,122,103). Sum of RGB (Red+Green+Blue) = 142+122+103=367 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.69% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 103 (40.62% from 255 or 28.07% from 367); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7A67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7A67 is #718598. Grayscale: #7D7D7D. Windows color (decimal): -7439769 or 6781582. OLE color: 6781582.

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

Color convert

RGB142122103-
CMYK00.140.270.44
HSL29.23º15.92%48.04%-
HSV(B)29.23º27.46%55.69%-
XYZ20.5620.6515.73-
YUV125.81115.13139.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.69%
GREEN value IS 122 (48.05% from 255) = 33.24%
BLUE value IS 103 (40.62% from 255) = 28.07%
R=38.69%
G=33.24%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14212210300.140.270.4429.2315.9248.04
Hex8E7A670E1B2C1d1030
Octal2161721470163354352060
Binary100011101111010110011101110110111011001110110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,122,103); }

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

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

 a { background-color: rgb(142,122,103); }

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

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

 span { border-color: rgb(142,122,103); }

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