Shades of Buttered Rum #967337
Tints of Buttered Rum #967337
RGB
CMYK
RGB Variations
Color information
#967337 (or 0x967337) is known color: Buttered Rum. HEX triplet: 96, 73 and 37. RGB value is (150,115,55). Sum of RGB (Red+Green+Blue) = 150+115+55=320 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.88% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 55 (21.88% from 255 or 17.19% from 320); Max value from RGB is 150 - color contains mainly: red. Hex color #967337 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967337 is #698CC8. Grayscale: #767676. Windows color (decimal): -6917321 or 3634070. OLE color: 3634070.
HSL color Cylindrical-coordinate representation of color #967337: hue angle of 37.89º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #967337 is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 115 | 55 | - |
| CMYK | 0 | 0.23 | 0.63 | 0.41 |
| HSL | 37.89º | 0.46% | 0.4% | - |
| HSV(B) | 37.89º | 0.63% | 0.59% | - |
| XYZ | 19.4 | 19.02 | 6.26 | - |
| YUV | 118.63 | 92.1 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 115 | 55 | 0 | 0.23 | 0.63 | 0.41 | 37.89 | 0.46 | 0.4 |
| Hex | 96 | 73 | 37 | 0 | 17 | 3F | 29 | 26 | 2E | 28 |
| Octal | 226 | 163 | 67 | 0 | 27 | 77 | 51 | 46 | 56 | 50 |
| Binary | 10010110 | 1110011 | 110111 | 0 | 10111 | 111111 | 101001 | 100110 | 101110 | 101000 |
Color Harmonies of #967337
Complementary color
Monochromatic Colors of #967337
Black with #967337
Text Example
Text Example
White with #967337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967337; }
p { color: rgb(150,115,55); }
H1.HeaderClassName
{
color: #967337;
}
.AnyTagClassName
{
color: #967337;
}
</style>
background-color css
<style>
a { background-color: #967337; }
a { background-color: rgb(150,115,55); }
div.DivClassName
{
background-color: #967337;
}
.BgClassName
{
background-color: #967337;
}
</style>
border-color css
<style>
span { border-color: #967337; }
span { border-color: rgb(150,115,55); }
td.TdClassName
{
border-color: #967337;
}
.TagClassName
{
border-color: #967337;
}
</style>