Shades of Beaver #8F7060
Tints of Beaver #8F7060
RGB
CMYK
RGB Variations
Color information
#8F7060 (or 0x8F7060) is known color: Beaver. HEX triplet: 8F, 70 and 60. RGB value is (143,112,96). Sum of RGB (Red+Green+Blue) = 143+112+96=351 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.74% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 96 (37.89% from 255 or 27.35% from 351); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7060 is #708F9F. Grayscale: #777777. Windows color (decimal): -7376800 or 6320271. OLE color: 6320271.
HSL color Cylindrical-coordinate representation of color #8F7060: hue angle of 20.43º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8F7060 is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 112 | 96 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.44 |
| HSL | 20.43º | 0.2% | 0.47% | - |
| HSV(B) | 20.43º | 0.33% | 0.56% | - |
| XYZ | 19.23 | 18.27 | 13.58 | - |
| YUV | 119.45 | 114.77 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 112 | 96 | 0 | 0.22 | 0.33 | 0.44 | 20.43 | 0.2 | 0.47 |
| Hex | 8F | 70 | 60 | 0 | 16 | 21 | 2C | 14 | 14 | 2F |
| Octal | 217 | 160 | 140 | 0 | 26 | 41 | 54 | 24 | 24 | 57 |
| Binary | 10001111 | 1110000 | 1100000 | 0 | 10110 | 100001 | 101100 | 10100 | 10100 | 101111 |
Color Harmonies of #8F7060
Complementary color
Monochromatic Colors of #8F7060
Black with #8F7060
Text Example
Text Example
White with #8F7060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7060; }
p { color: rgb(143,112,96); }
H1.HeaderClassName
{
color: #8F7060;
}
.AnyTagClassName
{
color: #8F7060;
}
</style>
background-color css
<style>
a { background-color: #8F7060; }
a { background-color: rgb(143,112,96); }
div.DivClassName
{
background-color: #8F7060;
}
.BgClassName
{
background-color: #8F7060;
}
</style>
border-color css
<style>
span { border-color: #8F7060; }
span { border-color: rgb(143,112,96); }
td.TdClassName
{
border-color: #8F7060;
}
.TagClassName
{
border-color: #8F7060;
}
</style>