Shades of Beaver #8F7366
Tints of Beaver #8F7366
RGB
CMYK
RGB Variations
Color information
#8F7366 (or 0x8F7366) is known color: Beaver. HEX triplet: 8F, 73 and 66. RGB value is (143,115,102). Sum of RGB (Red+Green+Blue) = 143+115+102=360 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.72% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7366 is #708C99. Grayscale: #797979. Windows color (decimal): -7376026 or 6714255. OLE color: 6714255.
HSL color Cylindrical-coordinate representation of color #8F7366: hue angle of 19.02º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8F7366 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 115 | 102 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.44 |
| HSL | 19.02º | 0.17% | 0.48% | - |
| HSV(B) | 19.02º | 0.29% | 0.56% | - |
| XYZ | 19.86 | 19.06 | 15.2 | - |
| YUV | 121.89 | 116.78 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 115 | 102 | 0 | 0.20 | 0.29 | 0.44 | 19.02 | 0.17 | 0.48 |
| Hex | 8F | 73 | 66 | 0 | 14 | 1D | 2C | 13 | 11 | 30 |
| Octal | 217 | 163 | 146 | 0 | 24 | 35 | 54 | 23 | 21 | 60 |
| Binary | 10001111 | 1110011 | 1100110 | 0 | 10100 | 11101 | 101100 | 10011 | 10001 | 110000 |
Color Harmonies of #8F7366
Complementary color
Monochromatic Colors of #8F7366
Black with #8F7366
Text Example
Text Example
White with #8F7366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7366; }
p { color: rgb(143,115,102); }
H1.HeaderClassName
{
color: #8F7366;
}
.AnyTagClassName
{
color: #8F7366;
}
</style>
background-color css
<style>
a { background-color: #8F7366; }
a { background-color: rgb(143,115,102); }
div.DivClassName
{
background-color: #8F7366;
}
.BgClassName
{
background-color: #8F7366;
}
</style>
border-color css
<style>
span { border-color: #8F7366; }
span { border-color: rgb(143,115,102); }
td.TdClassName
{
border-color: #8F7366;
}
.TagClassName
{
border-color: #8F7366;
}
</style>