Shades of Buttered Rum #997139
Tints of Buttered Rum #997139
RGB
CMYK
RGB Variations
Color information
#997139 (or 0x997139) is known color: Buttered Rum. HEX triplet: 99, 71 and 39. RGB value is (153,113,57). Sum of RGB (Red+Green+Blue) = 153+113+57=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 57 (22.66% from 255 or 17.65% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #997139 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997139 is #668EC6. Grayscale: #767676. Windows color (decimal): -6721223 or 3764633. OLE color: 3764633.
HSL color Cylindrical-coordinate representation of color #997139: hue angle of 35º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #997139 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 113 | 57 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.4 |
| HSL | 35º | 0.46% | 0.41% | - |
| HSV(B) | 35º | 0.63% | 0.6% | - |
| XYZ | 19.78 | 18.88 | 6.47 | - |
| YUV | 118.58 | 93.25 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 113 | 57 | 0 | 0.26 | 0.63 | 0.4 | 35 | 0.46 | 0.41 |
| Hex | 99 | 71 | 39 | 0 | 1A | 3F | 28 | 23 | 2E | 29 |
| Octal | 231 | 161 | 71 | 0 | 32 | 77 | 50 | 43 | 56 | 51 |
| Binary | 10011001 | 1110001 | 111001 | 0 | 11010 | 111111 | 101000 | 100011 | 101110 | 101001 |
Color Harmonies of #997139
Complementary color
Monochromatic Colors of #997139
Black with #997139
Text Example
Text Example
White with #997139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997139; }
p { color: rgb(153,113,57); }
H1.HeaderClassName
{
color: #997139;
}
.AnyTagClassName
{
color: #997139;
}
</style>
background-color css
<style>
a { background-color: #997139; }
a { background-color: rgb(153,113,57); }
div.DivClassName
{
background-color: #997139;
}
.BgClassName
{
background-color: #997139;
}
</style>
border-color css
<style>
span { border-color: #997139; }
span { border-color: rgb(153,113,57); }
td.TdClassName
{
border-color: #997139;
}
.TagClassName
{
border-color: #997139;
}
</style>