Shades of Beaver #996F59
Tints of Beaver #996F59
RGB
CMYK
RGB Variations
Color information
#996F59 (or 0x996F59) is known color: Beaver. HEX triplet: 99, 6F and 59. RGB value is (153,111,89). Sum of RGB (Red+Green+Blue) = 153+111+89=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 111 (43.75% from 255 or 31.44% from 353); Blue value is 89 (35.16% from 255 or 25.21% from 353); Max value from RGB is 153 - color contains mainly: red. Hex color #996F59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996F59 is #6690A6. Grayscale: #797979. Windows color (decimal): -6721703 or 5861273. OLE color: 5861273.
HSL color Cylindrical-coordinate representation of color #996F59: hue angle of 20.62º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #996F59 is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 111 | 89 | - |
| CMYK | 0 | 0.27 | 0.42 | 0.4 |
| HSL | 20.63º | 0.26% | 0.47% | - |
| HSV(B) | 20.63º | 0.42% | 0.6% | - |
| XYZ | 20.62 | 18.86 | 12 | - |
| YUV | 121.05 | 109.91 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 111 | 89 | 0 | 0.27 | 0.42 | 0.4 | 20.63 | 0.26 | 0.47 |
| Hex | 99 | 6F | 59 | 0 | 1B | 2A | 28 | 15 | 1A | 2F |
| Octal | 231 | 157 | 131 | 0 | 33 | 52 | 50 | 25 | 32 | 57 |
| Binary | 10011001 | 1101111 | 1011001 | 0 | 11011 | 101010 | 101000 | 10101 | 11010 | 101111 |
Color Harmonies of #996F59
Complementary color
Monochromatic Colors of #996F59
Black with #996F59
Text Example
Text Example
White with #996F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996F59; }
p { color: rgb(153,111,89); }
H1.HeaderClassName
{
color: #996F59;
}
.AnyTagClassName
{
color: #996F59;
}
</style>
background-color css
<style>
a { background-color: #996F59; }
a { background-color: rgb(153,111,89); }
div.DivClassName
{
background-color: #996F59;
}
.BgClassName
{
background-color: #996F59;
}
</style>
border-color css
<style>
span { border-color: #996F59; }
span { border-color: rgb(153,111,89); }
td.TdClassName
{
border-color: #996F59;
}
.TagClassName
{
border-color: #996F59;
}
</style>