Shades of Buttered Rum #997737
Tints of Buttered Rum #997737
RGB
CMYK
RGB Variations
Color information
#997737 (or 0x997737) is known color: Buttered Rum. HEX triplet: 99, 77 and 37. RGB value is (153,119,55). Sum of RGB (Red+Green+Blue) = 153+119+55=327 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.79% from 327); Green value is 119 (46.88% from 255 or 36.39% from 327); Blue value is 55 (21.88% from 255 or 16.82% from 327); Max value from RGB is 153 - color contains mainly: red. Hex color #997737 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997737 is #6688C8. Grayscale: #7A7A7A. Windows color (decimal): -6719689 or 3635097. OLE color: 3635097.
HSL color Cylindrical-coordinate representation of color #997737: hue angle of 39.18º 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 #997737 is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 119 | 55 | - |
| CMYK | 0 | 0.22 | 0.64 | 0.4 |
| HSL | 39.18º | 0.47% | 0.41% | - |
| HSV(B) | 39.18º | 0.64% | 0.6% | - |
| XYZ | 20.42 | 20.24 | 6.45 | - |
| YUV | 121.87 | 90.26 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 119 | 55 | 0 | 0.22 | 0.64 | 0.4 | 39.18 | 0.47 | 0.41 |
| Hex | 99 | 77 | 37 | 0 | 16 | 40 | 28 | 27 | 2F | 29 |
| Octal | 231 | 167 | 67 | 0 | 26 | 100 | 50 | 47 | 57 | 51 |
| Binary | 10011001 | 1110111 | 110111 | 0 | 10110 | 1000000 | 101000 | 100111 | 101111 | 101001 |
Color Harmonies of #997737
Complementary color
Monochromatic Colors of #997737
Black with #997737
Text Example
Text Example
White with #997737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997737; }
p { color: rgb(153,119,55); }
H1.HeaderClassName
{
color: #997737;
}
.AnyTagClassName
{
color: #997737;
}
</style>
background-color css
<style>
a { background-color: #997737; }
a { background-color: rgb(153,119,55); }
div.DivClassName
{
background-color: #997737;
}
.BgClassName
{
background-color: #997737;
}
</style>
border-color css
<style>
span { border-color: #997737; }
span { border-color: rgb(153,119,55); }
td.TdClassName
{
border-color: #997737;
}
.TagClassName
{
border-color: #997737;
}
</style>