Shades of Beaver #8D7166
Tints of Beaver #8D7166
RGB
CMYK
RGB Variations
Color information
#8D7166 (or 0x8D7166) is known color: Beaver. HEX triplet: 8D, 71 and 66. RGB value is (141,113,102). Sum of RGB (Red+Green+Blue) = 141+113+102=356 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.61% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 102 (40.23% from 255 or 28.65% from 356); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7166 is #728E99. Grayscale: #787878. Windows color (decimal): -7507610 or 6713741. OLE color: 6713741.
HSL color Cylindrical-coordinate representation of color #8D7166: hue angle of 16.92º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8D7166 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 113 | 102 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.45 |
| HSL | 16.92º | 0.16% | 0.48% | - |
| HSV(B) | 16.92º | 0.28% | 0.55% | - |
| XYZ | 19.29 | 18.43 | 15.11 | - |
| YUV | 120.12 | 117.78 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 113 | 102 | 0 | 0.20 | 0.28 | 0.45 | 16.92 | 0.16 | 0.48 |
| Hex | 8D | 71 | 66 | 0 | 14 | 1C | 2D | 11 | 10 | 30 |
| Octal | 215 | 161 | 146 | 0 | 24 | 34 | 55 | 21 | 20 | 60 |
| Binary | 10001101 | 1110001 | 1100110 | 0 | 10100 | 11100 | 101101 | 10001 | 10000 | 110000 |
Color Harmonies of #8D7166
Complementary color
Monochromatic Colors of #8D7166
Black with #8D7166
Text Example
Text Example
White with #8D7166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7166; }
p { color: rgb(141,113,102); }
H1.HeaderClassName
{
color: #8D7166;
}
.AnyTagClassName
{
color: #8D7166;
}
</style>
background-color css
<style>
a { background-color: #8D7166; }
a { background-color: rgb(141,113,102); }
div.DivClassName
{
background-color: #8D7166;
}
.BgClassName
{
background-color: #8D7166;
}
</style>
border-color css
<style>
span { border-color: #8D7166; }
span { border-color: rgb(141,113,102); }
td.TdClassName
{
border-color: #8D7166;
}
.TagClassName
{
border-color: #8D7166;
}
</style>