Shades of Beaver #8E7064
Tints of Beaver #8E7064
RGB
CMYK
RGB Variations
Color information
#8E7064 (or 0x8E7064) is known color: Beaver. HEX triplet: 8E, 70 and 64. RGB value is (142,112,100). Sum of RGB (Red+Green+Blue) = 142+112+100=354 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.11% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 100 (39.45% from 255 or 28.25% from 354); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7064 is #718F9B. Grayscale: #777777. Windows color (decimal): -7442332 or 6582414. OLE color: 6582414.
HSL color Cylindrical-coordinate representation of color #8E7064: hue angle of 17.14º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E7064 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 112 | 100 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.44 |
| HSL | 17.14º | 0.17% | 0.47% | - |
| HSV(B) | 17.14º | 0.3% | 0.56% | - |
| XYZ | 19.25 | 18.26 | 14.57 | - |
| YUV | 119.6 | 116.94 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 112 | 100 | 0 | 0.21 | 0.30 | 0.44 | 17.14 | 0.17 | 0.47 |
| Hex | 8E | 70 | 64 | 0 | 15 | 1E | 2C | 11 | 11 | 2F |
| Octal | 216 | 160 | 144 | 0 | 25 | 36 | 54 | 21 | 21 | 57 |
| Binary | 10001110 | 1110000 | 1100100 | 0 | 10101 | 11110 | 101100 | 10001 | 10001 | 101111 |
Color Harmonies of #8E7064
Complementary color
Monochromatic Colors of #8E7064
Black with #8E7064
Text Example
Text Example
White with #8E7064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7064; }
p { color: rgb(142,112,100); }
H1.HeaderClassName
{
color: #8E7064;
}
.AnyTagClassName
{
color: #8E7064;
}
</style>
background-color css
<style>
a { background-color: #8E7064; }
a { background-color: rgb(142,112,100); }
div.DivClassName
{
background-color: #8E7064;
}
.BgClassName
{
background-color: #8E7064;
}
</style>
border-color css
<style>
span { border-color: #8E7064; }
span { border-color: rgb(142,112,100); }
td.TdClassName
{
border-color: #8E7064;
}
.TagClassName
{
border-color: #8E7064;
}
</style>