Shades of Buttered Rum #996F37
Tints of Buttered Rum #996F37
RGB
CMYK
RGB Variations
Color information
#996F37 (or 0x996F37) is known color: Buttered Rum. HEX triplet: 99, 6F and 37. RGB value is (153,111,55). Sum of RGB (Red+Green+Blue) = 153+111+55=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 55 (21.88% from 255 or 17.24% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #996F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996F37 is #6690C8. Grayscale: #757575. Windows color (decimal): -6721737 or 3633049. OLE color: 3633049.
HSL color Cylindrical-coordinate representation of color #996F37: hue angle of 34.29º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #996F37 is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 111 | 55 | - |
| CMYK | 0 | 0.27 | 0.64 | 0.4 |
| HSL | 34.29º | 0.47% | 0.41% | - |
| HSV(B) | 34.29º | 0.64% | 0.6% | - |
| XYZ | 19.51 | 18.42 | 6.14 | - |
| YUV | 117.17 | 92.91 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 111 | 55 | 0 | 0.27 | 0.64 | 0.4 | 34.29 | 0.47 | 0.41 |
| Hex | 99 | 6F | 37 | 0 | 1B | 40 | 28 | 22 | 2F | 29 |
| Octal | 231 | 157 | 67 | 0 | 33 | 100 | 50 | 42 | 57 | 51 |
| Binary | 10011001 | 1101111 | 110111 | 0 | 11011 | 1000000 | 101000 | 100010 | 101111 | 101001 |
Color Harmonies of #996F37
Complementary color
Monochromatic Colors of #996F37
Black with #996F37
Text Example
Text Example
White with #996F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996F37; }
p { color: rgb(153,111,55); }
H1.HeaderClassName
{
color: #996F37;
}
.AnyTagClassName
{
color: #996F37;
}
</style>
background-color css
<style>
a { background-color: #996F37; }
a { background-color: rgb(153,111,55); }
div.DivClassName
{
background-color: #996F37;
}
.BgClassName
{
background-color: #996F37;
}
</style>
border-color css
<style>
span { border-color: #996F37; }
span { border-color: rgb(153,111,55); }
td.TdClassName
{
border-color: #996F37;
}
.TagClassName
{
border-color: #996F37;
}
</style>