Shades of Buttered Rum #997024
Tints of Buttered Rum #997024
RGB
CMYK
RGB Variations
Color information
#997024 (or 0x997024) is known color: Buttered Rum. HEX triplet: 99, 70 and 24. RGB value is (153,112,36). Sum of RGB (Red+Green+Blue) = 153+112+36=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 36 (14.45% from 255 or 11.96% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #997024 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997024 is #668FDB. Grayscale: #737373. Windows color (decimal): -6721500 or 2388121. OLE color: 2388121.
HSL color Cylindrical-coordinate representation of color #997024: hue angle of 38.97º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #997024 is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 112 | 36 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.4 |
| HSL | 38.97º | 0.62% | 0.37% | - |
| HSV(B) | 38.97º | 0.76% | 0.6% | - |
| XYZ | 19.25 | 18.49 | 4.22 | - |
| YUV | 115.6 | 83.08 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 112 | 36 | 0 | 0.27 | 0.76 | 0.4 | 38.97 | 0.62 | 0.37 |
| Hex | 99 | 70 | 24 | 0 | 1B | 4C | 28 | 27 | 3E | 25 |
| Octal | 231 | 160 | 44 | 0 | 33 | 114 | 50 | 47 | 76 | 45 |
| Binary | 10011001 | 1110000 | 100100 | 0 | 11011 | 1001100 | 101000 | 100111 | 111110 | 100101 |
Color Harmonies of #997024
Complementary color
Monochromatic Colors of #997024
Black with #997024
Text Example
Text Example
White with #997024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997024; }
p { color: rgb(153,112,36); }
H1.HeaderClassName
{
color: #997024;
}
.AnyTagClassName
{
color: #997024;
}
</style>
background-color css
<style>
a { background-color: #997024; }
a { background-color: rgb(153,112,36); }
div.DivClassName
{
background-color: #997024;
}
.BgClassName
{
background-color: #997024;
}
</style>
border-color css
<style>
span { border-color: #997024; }
span { border-color: rgb(153,112,36); }
td.TdClassName
{
border-color: #997024;
}
.TagClassName
{
border-color: #997024;
}
</style>