Shades of Buttered Rum #967940
Tints of Buttered Rum #967940
RGB
CMYK
RGB Variations
Color information
#967940 (or 0x967940) is known color: Buttered Rum. HEX triplet: 96, 79 and 40. RGB value is (150,121,64). Sum of RGB (Red+Green+Blue) = 150+121+64=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 121 (47.66% from 255 or 36.12% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 150 - color contains mainly: red. Hex color #967940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967940 is #6986BF. Grayscale: #7B7B7B. Windows color (decimal): -6915776 or 4225430. OLE color: 4225430.
HSL color Cylindrical-coordinate representation of color #967940: hue angle of 39.77º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #967940 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 121 | 64 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.41 |
| HSL | 39.77º | 0.4% | 0.42% | - |
| HSV(B) | 39.77º | 0.57% | 0.59% | - |
| XYZ | 20.34 | 20.53 | 7.74 | - |
| YUV | 123.17 | 94.61 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 121 | 64 | 0 | 0.19 | 0.57 | 0.41 | 39.77 | 0.4 | 0.42 |
| Hex | 96 | 79 | 40 | 0 | 13 | 39 | 29 | 28 | 28 | 2A |
| Octal | 226 | 171 | 100 | 0 | 23 | 71 | 51 | 50 | 50 | 52 |
| Binary | 10010110 | 1111001 | 1000000 | 0 | 10011 | 111001 | 101001 | 101000 | 101000 | 101010 |
Color Harmonies of #967940
Complementary color
Monochromatic Colors of #967940
Black with #967940
Text Example
Text Example
White with #967940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967940; }
p { color: rgb(150,121,64); }
H1.HeaderClassName
{
color: #967940;
}
.AnyTagClassName
{
color: #967940;
}
</style>
background-color css
<style>
a { background-color: #967940; }
a { background-color: rgb(150,121,64); }
div.DivClassName
{
background-color: #967940;
}
.BgClassName
{
background-color: #967940;
}
</style>
border-color css
<style>
span { border-color: #967940; }
span { border-color: rgb(150,121,64); }
td.TdClassName
{
border-color: #967940;
}
.TagClassName
{
border-color: #967940;
}
</style>