Shades of Beaver #8E6F64
Tints of Beaver #8E6F64
RGB
CMYK
RGB Variations
Color information
#8E6F64 (or 0x8E6F64) is known color: Beaver. HEX triplet: 8E, 6F and 64. RGB value is (142,111,100). Sum of RGB (Red+Green+Blue) = 142+111+100=353 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.23% from 353); Green value is 111 (43.75% from 255 or 31.44% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6F64 is #71909B. Grayscale: #777777. Windows color (decimal): -7442588 or 6582158. OLE color: 6582158.
HSL color Cylindrical-coordinate representation of color #8E6F64: hue angle of 15.71º 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 #8E6F64 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 111 | 100 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.44 |
| HSL | 15.71º | 0.17% | 0.47% | - |
| HSV(B) | 15.71º | 0.3% | 0.56% | - |
| XYZ | 19.14 | 18.04 | 14.53 | - |
| YUV | 119.02 | 117.27 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 111 | 100 | 0 | 0.22 | 0.30 | 0.44 | 15.71 | 0.17 | 0.47 |
| Hex | 8E | 6F | 64 | 0 | 16 | 1E | 2C | 10 | 11 | 2F |
| Octal | 216 | 157 | 144 | 0 | 26 | 36 | 54 | 20 | 21 | 57 |
| Binary | 10001110 | 1101111 | 1100100 | 0 | 10110 | 11110 | 101100 | 10000 | 10001 | 101111 |
Color Harmonies of #8E6F64
Complementary color
Monochromatic Colors of #8E6F64
Black with #8E6F64
Text Example
Text Example
White with #8E6F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6F64; }
p { color: rgb(142,111,100); }
H1.HeaderClassName
{
color: #8E6F64;
}
.AnyTagClassName
{
color: #8E6F64;
}
</style>
background-color css
<style>
a { background-color: #8E6F64; }
a { background-color: rgb(142,111,100); }
div.DivClassName
{
background-color: #8E6F64;
}
.BgClassName
{
background-color: #8E6F64;
}
</style>
border-color css
<style>
span { border-color: #8E6F64; }
span { border-color: rgb(142,111,100); }
td.TdClassName
{
border-color: #8E6F64;
}
.TagClassName
{
border-color: #8E6F64;
}
</style>