Shades of Beaver #987662
Tints of Beaver #987662
RGB
CMYK
RGB Variations
Color information
#987662 (or 0x987662) is known color: Beaver. HEX triplet: 98, 76 and 62. RGB value is (152,118,98). Sum of RGB (Red+Green+Blue) = 152+118+98=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 98 (38.67% from 255 or 26.63% from 368); Max value from RGB is 152 - color contains mainly: red. Hex color #987662 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987662 is #67899D. Grayscale: #7E7E7E. Windows color (decimal): -6785438 or 6452888. OLE color: 6452888.
HSL color Cylindrical-coordinate representation of color #987662: hue angle of 22.22º 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 #987662 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 118 | 98 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.40 |
| HSL | 22.22º | 0.22% | 0.49% | - |
| HSV(B) | 22.22º | 0.36% | 0.6% | - |
| XYZ | 21.63 | 20.51 | 14.37 | - |
| YUV | 125.89 | 112.26 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 118 | 98 | 0 | 0.22 | 0.36 | 0.40 | 22.22 | 0.22 | 0.49 |
| Hex | 98 | 76 | 62 | 0 | 16 | 24 | 28 | 16 | 16 | 31 |
| Octal | 230 | 166 | 142 | 0 | 26 | 44 | 50 | 26 | 26 | 61 |
| Binary | 10011000 | 1110110 | 1100010 | 0 | 10110 | 100100 | 101000 | 10110 | 10110 | 110001 |
Color Harmonies of #987662
Complementary color
Monochromatic Colors of #987662
Black with #987662
Text Example
Text Example
White with #987662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987662; }
p { color: rgb(152,118,98); }
H1.HeaderClassName
{
color: #987662;
}
.AnyTagClassName
{
color: #987662;
}
</style>
background-color css
<style>
a { background-color: #987662; }
a { background-color: rgb(152,118,98); }
div.DivClassName
{
background-color: #987662;
}
.BgClassName
{
background-color: #987662;
}
</style>
border-color css
<style>
span { border-color: #987662; }
span { border-color: rgb(152,118,98); }
td.TdClassName
{
border-color: #987662;
}
.TagClassName
{
border-color: #987662;
}
</style>