#8E6D60

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

Shades of Beaver #8E6D60

Tints of Beaver #8E6D60

Color information

#8E6D60 (or 0x8E6D60) is unknown color: approx Beaver. HEX triplet: 8E, 6D and 60. RGB value is (142,109,96). Sum of RGB (Red+Green+Blue) = 142+109+96=347 (45% of max value = 765). Red value is 142 (55.86% from 255 or 40.92% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 96 (37.89% from 255 or 27.67% from 347); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6D60 is #71929F. Grayscale: #757575. Windows color (decimal): -7443104 or 6319502. OLE color: 6319502.

HSL color Cylindrical-coordinate representation of color #8E6D60: hue angle of 16.96º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8E6D60 is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB14210996-
CMYK00.230.320.44
HSL16.96º19.33%46.67%-
HSV(B)16.96º32.39%55.69%-
XYZ18.7417.5313.46-
YUV117.38115.93145.56-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.92%
GREEN value IS 109 (42.97% from 255) = 31.41%
BLUE value IS 96 (37.89% from 255) = 27.67%
R=40.92%
G=31.41%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421099600.230.320.4416.9619.3346.67
Hex8E6D60017202C11132f
Octal2161551400274054212357
Binary10001110110110111000000101111000001011001000110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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