Shades of Buttered Rum #997637
Tints of Buttered Rum #997637
RGB
CMYK
RGB Variations
Color information
#997637 (or 0x997637) is known color: Buttered Rum. HEX triplet: 99, 76 and 37. RGB value is (153,118,55). Sum of RGB (Red+Green+Blue) = 153+118+55=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 118 (46.48% from 255 or 36.20% from 326); Blue value is 55 (21.88% from 255 or 16.87% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #997637 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997637 is #6689C8. Grayscale: #797979. Windows color (decimal): -6719945 or 3634841. OLE color: 3634841.
HSL color Cylindrical-coordinate representation of color #997637: hue angle of 38.57º 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 #997637 is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 118 | 55 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.4 |
| HSL | 38.57º | 0.47% | 0.41% | - |
| HSV(B) | 38.57º | 0.64% | 0.6% | - |
| XYZ | 20.3 | 20.01 | 6.41 | - |
| YUV | 121.28 | 90.6 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 118 | 55 | 0 | 0.23 | 0.64 | 0.4 | 38.57 | 0.47 | 0.41 |
| Hex | 99 | 76 | 37 | 0 | 17 | 40 | 28 | 27 | 2F | 29 |
| Octal | 231 | 166 | 67 | 0 | 27 | 100 | 50 | 47 | 57 | 51 |
| Binary | 10011001 | 1110110 | 110111 | 0 | 10111 | 1000000 | 101000 | 100111 | 101111 | 101001 |
Color Harmonies of #997637
Complementary color
Monochromatic Colors of #997637
Black with #997637
Text Example
Text Example
White with #997637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997637; }
p { color: rgb(153,118,55); }
H1.HeaderClassName
{
color: #997637;
}
.AnyTagClassName
{
color: #997637;
}
</style>
background-color css
<style>
a { background-color: #997637; }
a { background-color: rgb(153,118,55); }
div.DivClassName
{
background-color: #997637;
}
.BgClassName
{
background-color: #997637;
}
</style>
border-color css
<style>
span { border-color: #997637; }
span { border-color: rgb(153,118,55); }
td.TdClassName
{
border-color: #997637;
}
.TagClassName
{
border-color: #997637;
}
</style>