Shades of Buttered Rum #967934
Tints of Buttered Rum #967934
RGB
CMYK
RGB Variations
Color information
#967934 (or 0x967934) is known color: Buttered Rum. HEX triplet: 96, 79 and 34. RGB value is (150,121,52). Sum of RGB (Red+Green+Blue) = 150+121+52=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 121 (47.66% from 255 or 37.46% from 323); Blue value is 52 (20.70% from 255 or 16.10% from 323); Max value from RGB is 150 - color contains mainly: red. Hex color #967934 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967934 is #6986CB. Grayscale: #7A7A7A. Windows color (decimal): -6915788 or 3438998. OLE color: 3438998.
HSL color Cylindrical-coordinate representation of color #967934: hue angle of 42.24º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #967934 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 121 | 52 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.41 |
| HSL | 42.24º | 0.49% | 0.4% | - |
| HSV(B) | 42.24º | 0.65% | 0.59% | - |
| XYZ | 20.03 | 20.41 | 6.13 | - |
| YUV | 121.81 | 88.61 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 121 | 52 | 0 | 0.19 | 0.65 | 0.41 | 42.24 | 0.49 | 0.4 |
| Hex | 96 | 79 | 34 | 0 | 13 | 41 | 29 | 2A | 31 | 28 |
| Octal | 226 | 171 | 64 | 0 | 23 | 101 | 51 | 52 | 61 | 50 |
| Binary | 10010110 | 1111001 | 110100 | 0 | 10011 | 1000001 | 101001 | 101010 | 110001 | 101000 |
Color Harmonies of #967934
Complementary color
Monochromatic Colors of #967934
Black with #967934
Text Example
Text Example
White with #967934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967934; }
p { color: rgb(150,121,52); }
H1.HeaderClassName
{
color: #967934;
}
.AnyTagClassName
{
color: #967934;
}
</style>
background-color css
<style>
a { background-color: #967934; }
a { background-color: rgb(150,121,52); }
div.DivClassName
{
background-color: #967934;
}
.BgClassName
{
background-color: #967934;
}
</style>
border-color css
<style>
span { border-color: #967934; }
span { border-color: rgb(150,121,52); }
td.TdClassName
{
border-color: #967934;
}
.TagClassName
{
border-color: #967934;
}
</style>