Shades of Beaver #986F57
Tints of Beaver #986F57
RGB
CMYK
RGB Variations
Color information
#986F57 (or 0x986F57) is known color: Beaver. HEX triplet: 98, 6F and 57. RGB value is (152,111,87). Sum of RGB (Red+Green+Blue) = 152+111+87=350 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.43% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 87 (34.38% from 255 or 24.86% from 350); Max value from RGB is 152 - color contains mainly: red. Hex color #986F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986F57 is #6790A8. Grayscale: #787878. Windows color (decimal): -6787241 or 5730200. OLE color: 5730200.
HSL color Cylindrical-coordinate representation of color #986F57: hue angle of 22.15º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #986F57 is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 111 | 87 | - |
| CMYK | 0 | 0.27 | 0.43 | 0.40 |
| HSL | 22.15º | 0.27% | 0.47% | - |
| HSV(B) | 22.15º | 0.43% | 0.6% | - |
| XYZ | 20.35 | 18.73 | 11.56 | - |
| YUV | 120.52 | 109.08 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 111 | 87 | 0 | 0.27 | 0.43 | 0.40 | 22.15 | 0.27 | 0.47 |
| Hex | 98 | 6F | 57 | 0 | 1B | 2B | 28 | 16 | 1B | 2F |
| Octal | 230 | 157 | 127 | 0 | 33 | 53 | 50 | 26 | 33 | 57 |
| Binary | 10011000 | 1101111 | 1010111 | 0 | 11011 | 101011 | 101000 | 10110 | 11011 | 101111 |
Color Harmonies of #986F57
Complementary color
Monochromatic Colors of #986F57
Black with #986F57
Text Example
Text Example
White with #986F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986F57; }
p { color: rgb(152,111,87); }
H1.HeaderClassName
{
color: #986F57;
}
.AnyTagClassName
{
color: #986F57;
}
</style>
background-color css
<style>
a { background-color: #986F57; }
a { background-color: rgb(152,111,87); }
div.DivClassName
{
background-color: #986F57;
}
.BgClassName
{
background-color: #986F57;
}
</style>
border-color css
<style>
span { border-color: #986F57; }
span { border-color: rgb(152,111,87); }
td.TdClassName
{
border-color: #986F57;
}
.TagClassName
{
border-color: #986F57;
}
</style>