Shades of Beaver #986F5A
Tints of Beaver #986F5A
RGB
CMYK
RGB Variations
Color information
#986F5A (or 0x986F5A) is known color: Beaver. HEX triplet: 98, 6F and 5A. RGB value is (152,111,90). Sum of RGB (Red+Green+Blue) = 152+111+90=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 111 (43.75% from 255 or 31.44% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 152 - color contains mainly: red. Hex color #986F5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986F5A is #6790A5. Grayscale: #787878. Windows color (decimal): -6787238 or 5926808. OLE color: 5926808.
HSL color Cylindrical-coordinate representation of color #986F5A: hue angle of 20.32º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #986F5A is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 111 | 90 | - |
| CMYK | 0 | 0.27 | 0.41 | 0.40 |
| HSL | 20.32º | 0.26% | 0.47% | - |
| HSV(B) | 20.32º | 0.41% | 0.6% | - |
| XYZ | 20.48 | 18.78 | 12.22 | - |
| YUV | 120.87 | 110.58 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 111 | 90 | 0 | 0.27 | 0.41 | 0.40 | 20.32 | 0.26 | 0.47 |
| Hex | 98 | 6F | 5A | 0 | 1B | 29 | 28 | 14 | 1A | 2F |
| Octal | 230 | 157 | 132 | 0 | 33 | 51 | 50 | 24 | 32 | 57 |
| Binary | 10011000 | 1101111 | 1011010 | 0 | 11011 | 101001 | 101000 | 10100 | 11010 | 101111 |
Color Harmonies of #986F5A
Complementary color
Monochromatic Colors of #986F5A
Black with #986F5A
Text Example
Text Example
White with #986F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986F5A; }
p { color: rgb(152,111,90); }
H1.HeaderClassName
{
color: #986F5A;
}
.AnyTagClassName
{
color: #986F5A;
}
</style>
background-color css
<style>
a { background-color: #986F5A; }
a { background-color: rgb(152,111,90); }
div.DivClassName
{
background-color: #986F5A;
}
.BgClassName
{
background-color: #986F5A;
}
</style>
border-color css
<style>
span { border-color: #986F5A; }
span { border-color: rgb(152,111,90); }
td.TdClassName
{
border-color: #986F5A;
}
.TagClassName
{
border-color: #986F5A;
}
</style>