Shades of Buttered Rum #966D33
Tints of Buttered Rum #966D33
RGB
CMYK
RGB Variations
Color information
#966D33 (or 0x966D33) is known color: Buttered Rum. HEX triplet: 96, 6D and 33. RGB value is (150,109,51). Sum of RGB (Red+Green+Blue) = 150+109+51=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 109 (42.97% from 255 or 35.16% from 310); Blue value is 51 (20.31% from 255 or 16.45% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #966D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966D33 is #6992CC. Grayscale: #727272. Windows color (decimal): -6918861 or 3370390. OLE color: 3370390.
HSL color Cylindrical-coordinate representation of color #966D33: hue angle of 35.15º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #966D33 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 109 | 51 | - |
| CMYK | 0 | 0.27 | 0.66 | 0.41 |
| HSL | 35.15º | 0.49% | 0.39% | - |
| HSV(B) | 35.15º | 0.66% | 0.59% | - |
| XYZ | 18.64 | 17.66 | 5.56 | - |
| YUV | 114.65 | 92.08 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 109 | 51 | 0 | 0.27 | 0.66 | 0.41 | 35.15 | 0.49 | 0.39 |
| Hex | 96 | 6D | 33 | 0 | 1B | 42 | 29 | 23 | 31 | 27 |
| Octal | 226 | 155 | 63 | 0 | 33 | 102 | 51 | 43 | 61 | 47 |
| Binary | 10010110 | 1101101 | 110011 | 0 | 11011 | 1000010 | 101001 | 100011 | 110001 | 100111 |
Color Harmonies of #966D33
Complementary color
Monochromatic Colors of #966D33
Black with #966D33
Text Example
Text Example
White with #966D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966D33; }
p { color: rgb(150,109,51); }
H1.HeaderClassName
{
color: #966D33;
}
.AnyTagClassName
{
color: #966D33;
}
</style>
background-color css
<style>
a { background-color: #966D33; }
a { background-color: rgb(150,109,51); }
div.DivClassName
{
background-color: #966D33;
}
.BgClassName
{
background-color: #966D33;
}
</style>
border-color css
<style>
span { border-color: #966D33; }
span { border-color: rgb(150,109,51); }
td.TdClassName
{
border-color: #966D33;
}
.TagClassName
{
border-color: #966D33;
}
</style>