Shades of Beaver #996F58
Tints of Beaver #996F58
RGB
CMYK
RGB Variations
Color information
#996F58 (or 0x996F58) is known color: Beaver. HEX triplet: 99, 6F and 58. RGB value is (153,111,88). Sum of RGB (Red+Green+Blue) = 153+111+88=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 88 (34.77% from 255 or 25% from 352); Max value from RGB is 153 - color contains mainly: red. Hex color #996F58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996F58 is #6690A7. Grayscale: #797979. Windows color (decimal): -6721704 or 5795737. OLE color: 5795737.
HSL color Cylindrical-coordinate representation of color #996F58: hue angle of 21.23º degrees, saturation: 0.27, 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 #996F58 is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 111 | 88 | - |
| CMYK | 0 | 0.27 | 0.42 | 0.4 |
| HSL | 21.23º | 0.27% | 0.47% | - |
| HSV(B) | 21.23º | 0.42% | 0.6% | - |
| XYZ | 20.58 | 18.85 | 11.79 | - |
| YUV | 120.94 | 109.41 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 111 | 88 | 0 | 0.27 | 0.42 | 0.4 | 21.23 | 0.27 | 0.47 |
| Hex | 99 | 6F | 58 | 0 | 1B | 2A | 28 | 15 | 1B | 2F |
| Octal | 231 | 157 | 130 | 0 | 33 | 52 | 50 | 25 | 33 | 57 |
| Binary | 10011001 | 1101111 | 1011000 | 0 | 11011 | 101010 | 101000 | 10101 | 11011 | 101111 |
Color Harmonies of #996F58
Complementary color
Monochromatic Colors of #996F58
Black with #996F58
Text Example
Text Example
White with #996F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996F58; }
p { color: rgb(153,111,88); }
H1.HeaderClassName
{
color: #996F58;
}
.AnyTagClassName
{
color: #996F58;
}
</style>
background-color css
<style>
a { background-color: #996F58; }
a { background-color: rgb(153,111,88); }
div.DivClassName
{
background-color: #996F58;
}
.BgClassName
{
background-color: #996F58;
}
</style>
border-color css
<style>
span { border-color: #996F58; }
span { border-color: rgb(153,111,88); }
td.TdClassName
{
border-color: #996F58;
}
.TagClassName
{
border-color: #996F58;
}
</style>