Shades of Buttered Rum #997339
Tints of Buttered Rum #997339
RGB
CMYK
RGB Variations
Color information
#997339 (or 0x997339) is known color: Buttered Rum. HEX triplet: 99, 73 and 39. RGB value is (153,115,57). Sum of RGB (Red+Green+Blue) = 153+115+57=325 (43% of max value = 765). Red value is 153 (60.16% from 255 or 47.08% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 57 (22.66% from 255 or 17.54% from 325); Max value from RGB is 153 - color contains mainly: red. Hex color #997339 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997339 is #668CC6. Grayscale: #787878. Windows color (decimal): -6720711 or 3765145. OLE color: 3765145.
HSL color Cylindrical-coordinate representation of color #997339: hue angle of 36.25º 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 #997339 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 115 | 57 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.4 |
| HSL | 36.25º | 0.46% | 0.41% | - |
| HSV(B) | 36.25º | 0.63% | 0.6% | - |
| XYZ | 20.01 | 19.33 | 6.55 | - |
| YUV | 119.75 | 92.59 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 115 | 57 | 0 | 0.25 | 0.63 | 0.4 | 36.25 | 0.46 | 0.41 |
| Hex | 99 | 73 | 39 | 0 | 19 | 3F | 28 | 24 | 2E | 29 |
| Octal | 231 | 163 | 71 | 0 | 31 | 77 | 50 | 44 | 56 | 51 |
| Binary | 10011001 | 1110011 | 111001 | 0 | 11001 | 111111 | 101000 | 100100 | 101110 | 101001 |
Color Harmonies of #997339
Complementary color
Monochromatic Colors of #997339
Black with #997339
Text Example
Text Example
White with #997339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997339; }
p { color: rgb(153,115,57); }
H1.HeaderClassName
{
color: #997339;
}
.AnyTagClassName
{
color: #997339;
}
</style>
background-color css
<style>
a { background-color: #997339; }
a { background-color: rgb(153,115,57); }
div.DivClassName
{
background-color: #997339;
}
.BgClassName
{
background-color: #997339;
}
</style>
border-color css
<style>
span { border-color: #997339; }
span { border-color: rgb(153,115,57); }
td.TdClassName
{
border-color: #997339;
}
.TagClassName
{
border-color: #997339;
}
</style>