#8E6E5E

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

Shades of Beaver #8E6E5E

Tints of Beaver #8E6E5E

Color information

#8E6E5E (or 0x8E6E5E) is unknown color: approx Beaver. HEX triplet: 8E, 6E and 5E. RGB value is (142,110,94). Sum of RGB (Red+Green+Blue) = 142+110+94=346 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.04% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6E5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6E5E is #7191A1. Grayscale: #757575. Windows color (decimal): -7442850 or 6188686. OLE color: 6188686.

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

Color convert

RGB14211094-
CMYK00.230.340.44
HSL20º20.34%46.27%-
HSV(B)20º33.8%55.69%-
XYZ18.7517.7113.02-
YUV117.74114.6145.3-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.04%
GREEN value IS 110 (43.36% from 255) = 31.79%
BLUE value IS 94 (37.11% from 255) = 27.17%
R=41.04%
G=31.79%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421109400.230.340.442020.3446.27
Hex8E6E5E017222C14142e
Octal2161561360274254242456
Binary10001110110111010111100101111000101011001010010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,110,94); }

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

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

 a { background-color: rgb(142,110,94); }

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

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

 span { border-color: rgb(142,110,94); }

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