Shades of Beaver #987660
Tints of Beaver #987660
RGB
CMYK
RGB Variations
Color information
#987660 (or 0x987660) is known color: Beaver. HEX triplet: 98, 76 and 60. RGB value is (152,118,96). Sum of RGB (Red+Green+Blue) = 152+118+96=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 152 - color contains mainly: red. Hex color #987660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987660 is #67899F. Grayscale: #7D7D7D. Windows color (decimal): -6785440 or 6321816. OLE color: 6321816.
HSL color Cylindrical-coordinate representation of color #987660: hue angle of 23.57º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #987660 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 118 | 96 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.40 |
| HSL | 23.57º | 0.23% | 0.49% | - |
| HSV(B) | 23.57º | 0.37% | 0.6% | - |
| XYZ | 21.54 | 20.48 | 13.88 | - |
| YUV | 125.66 | 111.26 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 118 | 96 | 0 | 0.22 | 0.37 | 0.40 | 23.57 | 0.23 | 0.49 |
| Hex | 98 | 76 | 60 | 0 | 16 | 25 | 28 | 18 | 17 | 31 |
| Octal | 230 | 166 | 140 | 0 | 26 | 45 | 50 | 30 | 27 | 61 |
| Binary | 10011000 | 1110110 | 1100000 | 0 | 10110 | 100101 | 101000 | 11000 | 10111 | 110001 |
Color Harmonies of #987660
Complementary color
Monochromatic Colors of #987660
Black with #987660
Text Example
Text Example
White with #987660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987660; }
p { color: rgb(152,118,96); }
H1.HeaderClassName
{
color: #987660;
}
.AnyTagClassName
{
color: #987660;
}
</style>
background-color css
<style>
a { background-color: #987660; }
a { background-color: rgb(152,118,96); }
div.DivClassName
{
background-color: #987660;
}
.BgClassName
{
background-color: #987660;
}
</style>
border-color css
<style>
span { border-color: #987660; }
span { border-color: rgb(152,118,96); }
td.TdClassName
{
border-color: #987660;
}
.TagClassName
{
border-color: #987660;
}
</style>