#8E7166

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

Shades of Beaver #8E7166

Tints of Beaver #8E7166

Color information

#8E7166 (or 0x8E7166) is unknown color: approx Beaver. HEX triplet: 8E, 71 and 66. RGB value is (142,113,102). Sum of RGB (Red+Green+Blue) = 142+113+102=357 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.78% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7166 is #718E99. Grayscale: #787878. Windows color (decimal): -7442074 or 6713742. OLE color: 6713742.

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

Color convert

RGB142113102-
CMYK00.200.280.44
HSL16.5º16.39%47.84%-
HSV(B)16.5º28.17%55.69%-
XYZ19.4618.5215.12-
YUV120.42117.61143.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.78%
GREEN value IS 113 (44.53% from 255) = 31.65%
BLUE value IS 102 (40.23% from 255) = 28.57%
R=39.78%
G=31.65%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14211310200.200.280.4416.516.3947.84
Hex8E71660141C2C101030
Octal2161611460243454202060
Binary1000111011100011100110010100111001011001000010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,113,102); }

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

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

 a { background-color: rgb(142,113,102); }

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

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

 span { border-color: rgb(142,113,102); }

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