Shades of Buttered Rum #967039
Tints of Buttered Rum #967039
RGB
CMYK
RGB Variations
Color information
#967039 (or 0x967039) is known color: Buttered Rum. HEX triplet: 96, 70 and 39. RGB value is (150,112,57). Sum of RGB (Red+Green+Blue) = 150+112+57=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 57 (22.66% from 255 or 17.87% from 319); Max value from RGB is 150 - color contains mainly: red. Hex color #967039 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967039 is #698FC6. Grayscale: #757575. Windows color (decimal): -6918087 or 3764374. OLE color: 3764374.
HSL color Cylindrical-coordinate representation of color #967039: hue angle of 35.48º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #967039 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 112 | 57 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.41 |
| HSL | 35.48º | 0.45% | 0.41% | - |
| HSV(B) | 35.48º | 0.62% | 0.59% | - |
| XYZ | 19.11 | 18.37 | 6.41 | - |
| YUV | 117.09 | 94.09 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 112 | 57 | 0 | 0.25 | 0.62 | 0.41 | 35.48 | 0.45 | 0.41 |
| Hex | 96 | 70 | 39 | 0 | 19 | 3E | 29 | 23 | 2D | 29 |
| Octal | 226 | 160 | 71 | 0 | 31 | 76 | 51 | 43 | 55 | 51 |
| Binary | 10010110 | 1110000 | 111001 | 0 | 11001 | 111110 | 101001 | 100011 | 101101 | 101001 |
Color Harmonies of #967039
Complementary color
Monochromatic Colors of #967039
Black with #967039
Text Example
Text Example
White with #967039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967039; }
p { color: rgb(150,112,57); }
H1.HeaderClassName
{
color: #967039;
}
.AnyTagClassName
{
color: #967039;
}
</style>
background-color css
<style>
a { background-color: #967039; }
a { background-color: rgb(150,112,57); }
div.DivClassName
{
background-color: #967039;
}
.BgClassName
{
background-color: #967039;
}
</style>
border-color css
<style>
span { border-color: #967039; }
span { border-color: rgb(150,112,57); }
td.TdClassName
{
border-color: #967039;
}
.TagClassName
{
border-color: #967039;
}
</style>