Shades of Beaver #996D59
Tints of Beaver #996D59
RGB
CMYK
RGB Variations
Color information
#996D59 (or 0x996D59) is known color: Beaver. HEX triplet: 99, 6D and 59. RGB value is (153,109,89). Sum of RGB (Red+Green+Blue) = 153+109+89=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 89 (35.16% from 255 or 25.36% from 351); Max value from RGB is 153 - color contains mainly: red. Hex color #996D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996D59 is #6692A6. Grayscale: #787878. Windows color (decimal): -6722215 or 5860761. OLE color: 5860761.
HSL color Cylindrical-coordinate representation of color #996D59: hue angle of 18.75º 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 #996D59 is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 109 | 89 | - |
| CMYK | 0 | 0.29 | 0.42 | 0.4 |
| HSL | 18.75º | 0.26% | 0.47% | - |
| HSV(B) | 18.75º | 0.42% | 0.6% | - |
| XYZ | 20.41 | 18.43 | 11.93 | - |
| YUV | 119.88 | 110.58 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 109 | 89 | 0 | 0.29 | 0.42 | 0.4 | 18.75 | 0.26 | 0.47 |
| Hex | 99 | 6D | 59 | 0 | 1D | 2A | 28 | 13 | 1A | 2F |
| Octal | 231 | 155 | 131 | 0 | 35 | 52 | 50 | 23 | 32 | 57 |
| Binary | 10011001 | 1101101 | 1011001 | 0 | 11101 | 101010 | 101000 | 10011 | 11010 | 101111 |
Color Harmonies of #996D59
Complementary color
Monochromatic Colors of #996D59
Black with #996D59
Text Example
Text Example
White with #996D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996D59; }
p { color: rgb(153,109,89); }
H1.HeaderClassName
{
color: #996D59;
}
.AnyTagClassName
{
color: #996D59;
}
</style>
background-color css
<style>
a { background-color: #996D59; }
a { background-color: rgb(153,109,89); }
div.DivClassName
{
background-color: #996D59;
}
.BgClassName
{
background-color: #996D59;
}
</style>
border-color css
<style>
span { border-color: #996D59; }
span { border-color: rgb(153,109,89); }
td.TdClassName
{
border-color: #996D59;
}
.TagClassName
{
border-color: #996D59;
}
</style>