Shades of Beaver #8E695C
Tints of Beaver #8E695C
RGB
CMYK
RGB Variations
Color information
#8E695C (or 0x8E695C) is known color: Beaver. HEX triplet: 8E, 69 and 5C. RGB value is (142,105,92). Sum of RGB (Red+Green+Blue) = 142+105+92=339 (44% of max value = 765). Red value is 142 (55.86% from 255 or 41.89% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 142 - color contains mainly: red. Hex color #8E695C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E695C is #7196A3. Grayscale: #727272. Windows color (decimal): -7444132 or 6056334. OLE color: 6056334.
HSL color Cylindrical-coordinate representation of color #8E695C: hue angle of 15.6º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8E695C is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 105 | 92 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.44 |
| HSL | 15.6º | 0.21% | 0.46% | - |
| HSV(B) | 15.6º | 0.35% | 0.56% | - |
| XYZ | 18.14 | 16.63 | 12.38 | - |
| YUV | 114.58 | 115.26 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 105 | 92 | 0 | 0.26 | 0.35 | 0.44 | 15.6 | 0.21 | 0.46 |
| Hex | 8E | 69 | 5C | 0 | 1A | 23 | 2C | 10 | 15 | 2E |
| Octal | 216 | 151 | 134 | 0 | 32 | 43 | 54 | 20 | 25 | 56 |
| Binary | 10001110 | 1101001 | 1011100 | 0 | 11010 | 100011 | 101100 | 10000 | 10101 | 101110 |
Color Harmonies of #8E695C
Complementary color
Monochromatic Colors of #8E695C
Black with #8E695C
Text Example
Text Example
White with #8E695C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E695C; }
p { color: rgb(142,105,92); }
H1.HeaderClassName
{
color: #8E695C;
}
.AnyTagClassName
{
color: #8E695C;
}
</style>
background-color css
<style>
a { background-color: #8E695C; }
a { background-color: rgb(142,105,92); }
div.DivClassName
{
background-color: #8E695C;
}
.BgClassName
{
background-color: #8E695C;
}
</style>
border-color css
<style>
span { border-color: #8E695C; }
span { border-color: rgb(142,105,92); }
td.TdClassName
{
border-color: #8E695C;
}
.TagClassName
{
border-color: #8E695C;
}
</style>