Shades of Beaver #987561
Tints of Beaver #987561
RGB
CMYK
RGB Variations
Color information
#987561 (or 0x987561) is known color: Beaver. HEX triplet: 98, 75 and 61. RGB value is (152,117,97). Sum of RGB (Red+Green+Blue) = 152+117+97=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 97 (38.28% from 255 or 26.50% from 366); Max value from RGB is 152 - color contains mainly: red. Hex color #987561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987561 is #678A9E. Grayscale: #7D7D7D. Windows color (decimal): -6785695 or 6387096. OLE color: 6387096.
HSL color Cylindrical-coordinate representation of color #987561: hue angle of 21.82º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #987561 is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 117 | 97 | - |
| CMYK | 0 | 0.23 | 0.36 | 0.40 |
| HSL | 21.82º | 0.22% | 0.49% | - |
| HSV(B) | 21.82º | 0.36% | 0.6% | - |
| XYZ | 21.47 | 20.26 | 14.09 | - |
| YUV | 125.19 | 112.1 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 117 | 97 | 0 | 0.23 | 0.36 | 0.40 | 21.82 | 0.22 | 0.49 |
| Hex | 98 | 75 | 61 | 0 | 17 | 24 | 28 | 16 | 16 | 31 |
| Octal | 230 | 165 | 141 | 0 | 27 | 44 | 50 | 26 | 26 | 61 |
| Binary | 10011000 | 1110101 | 1100001 | 0 | 10111 | 100100 | 101000 | 10110 | 10110 | 110001 |
Color Harmonies of #987561
Complementary color
Monochromatic Colors of #987561
Black with #987561
Text Example
Text Example
White with #987561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987561; }
p { color: rgb(152,117,97); }
H1.HeaderClassName
{
color: #987561;
}
.AnyTagClassName
{
color: #987561;
}
</style>
background-color css
<style>
a { background-color: #987561; }
a { background-color: rgb(152,117,97); }
div.DivClassName
{
background-color: #987561;
}
.BgClassName
{
background-color: #987561;
}
</style>
border-color css
<style>
span { border-color: #987561; }
span { border-color: rgb(152,117,97); }
td.TdClassName
{
border-color: #987561;
}
.TagClassName
{
border-color: #987561;
}
</style>