#8E6D5B

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

Shades of Beaver #8E6D5B

Tints of Beaver #8E6D5B

Color information

#8E6D5B (or 0x8E6D5B) is unknown color: approx Beaver. HEX triplet: 8E, 6D and 5B. RGB value is (142,109,91). Sum of RGB (Red+Green+Blue) = 142+109+91=342 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.52% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6D5B is #7192A4. Grayscale: #747474. Windows color (decimal): -7443109 or 5991822. OLE color: 5991822.

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

Color convert

RGB14210991-
CMYK00.230.360.44
HSL21.18º21.89%45.69%-
HSV(B)21.18º35.92%55.69%-
XYZ18.5117.4412.29-
YUV116.82113.43145.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.52%
GREEN value IS 109 (42.97% from 255) = 31.87%
BLUE value IS 91 (35.94% from 255) = 26.61%
R=41.52%
G=31.87%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421099100.230.360.4421.1821.8945.69
Hex8E6D5B017242C15162e
Octal2161551330274454252656
Binary10001110110110110110110101111001001011001010110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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