Shades of Buttered Rum #966E34
Tints of Buttered Rum #966E34
RGB
CMYK
RGB Variations
Color information
#966E34 (or 0x966E34) is known color: Buttered Rum. HEX triplet: 96, 6E and 34. RGB value is (150,110,52). Sum of RGB (Red+Green+Blue) = 150+110+52=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 110 (43.36% from 255 or 35.26% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #966E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966E34 is #6991CB. Grayscale: #737373. Windows color (decimal): -6918604 or 3436182. OLE color: 3436182.
HSL color Cylindrical-coordinate representation of color #966E34: hue angle of 35.51º 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 #966E34 is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 110 | 52 | - |
| CMYK | 0 | 0.27 | 0.65 | 0.41 |
| HSL | 35.51º | 0.49% | 0.4% | - |
| HSV(B) | 35.51º | 0.65% | 0.59% | - |
| XYZ | 18.77 | 17.88 | 5.71 | - |
| YUV | 115.35 | 92.25 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 110 | 52 | 0 | 0.27 | 0.65 | 0.41 | 35.51 | 0.49 | 0.4 |
| Hex | 96 | 6E | 34 | 0 | 1B | 41 | 29 | 24 | 31 | 28 |
| Octal | 226 | 156 | 64 | 0 | 33 | 101 | 51 | 44 | 61 | 50 |
| Binary | 10010110 | 1101110 | 110100 | 0 | 11011 | 1000001 | 101001 | 100100 | 110001 | 101000 |
Color Harmonies of #966E34
Complementary color
Monochromatic Colors of #966E34
Black with #966E34
Text Example
Text Example
White with #966E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966E34; }
p { color: rgb(150,110,52); }
H1.HeaderClassName
{
color: #966E34;
}
.AnyTagClassName
{
color: #966E34;
}
</style>
background-color css
<style>
a { background-color: #966E34; }
a { background-color: rgb(150,110,52); }
div.DivClassName
{
background-color: #966E34;
}
.BgClassName
{
background-color: #966E34;
}
</style>
border-color css
<style>
span { border-color: #966E34; }
span { border-color: rgb(150,110,52); }
td.TdClassName
{
border-color: #966E34;
}
.TagClassName
{
border-color: #966E34;
}
</style>