#8E7061

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

Shades of Beaver #8E7061

Tints of Beaver #8E7061

Color information

#8E7061 (or 0x8E7061) is unknown color: approx Beaver. HEX triplet: 8E, 70 and 61. RGB value is (142,112,97). Sum of RGB (Red+Green+Blue) = 142+112+97=351 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.46% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 97 (38.28% from 255 or 27.64% from 351); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7061 is #718F9E. Grayscale: #777777. Windows color (decimal): -7442335 or 6385806. OLE color: 6385806.

HSL color Cylindrical-coordinate representation of color #8E7061: hue angle of 20º 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 #8E7061 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB14211297-
CMYK00.210.320.44
HSL20º18.83%46.86%-
HSV(B)20º31.69%55.69%-
XYZ19.1118.213.82-
YUV119.26115.44144.22-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.46%
GREEN value IS 112 (44.14% from 255) = 31.91%
BLUE value IS 97 (38.28% from 255) = 27.64%
R=40.46%
G=31.91%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421129700.210.320.442018.8346.86
Hex8E7061015202C14132f
Octal2161601410254054242357
Binary10001110111000011000010101011000001011001010010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,112,97); }

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

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

 a { background-color: rgb(142,112,97); }

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

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

 span { border-color: rgb(142,112,97); }

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