Shades of Buttered Rum #966C32
Tints of Buttered Rum #966C32
RGB
CMYK
RGB Variations
Color information
#966C32 (or 0x966C32) is known color: Buttered Rum. HEX triplet: 96, 6C and 32. RGB value is (150,108,50). Sum of RGB (Red+Green+Blue) = 150+108+50=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 108 (42.58% from 255 or 35.06% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 150 - color contains mainly: red. Hex color #966C32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966C32 is #6993CD. Grayscale: #727272. Windows color (decimal): -6919118 or 3304598. OLE color: 3304598.
HSL color Cylindrical-coordinate representation of color #966C32: hue angle of 34.8º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #966C32 is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 108 | 50 | - |
| CMYK | 0 | 0.28 | 0.67 | 0.41 |
| HSL | 34.8º | 0.5% | 0.39% | - |
| HSV(B) | 34.8º | 0.67% | 0.59% | - |
| XYZ | 18.52 | 17.44 | 5.41 | - |
| YUV | 113.95 | 91.91 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 108 | 50 | 0 | 0.28 | 0.67 | 0.41 | 34.8 | 0.5 | 0.39 |
| Hex | 96 | 6C | 32 | 0 | 1C | 43 | 29 | 23 | 32 | 27 |
| Octal | 226 | 154 | 62 | 0 | 34 | 103 | 51 | 43 | 62 | 47 |
| Binary | 10010110 | 1101100 | 110010 | 0 | 11100 | 1000011 | 101001 | 100011 | 110010 | 100111 |
Color Harmonies of #966C32
Complementary color
Monochromatic Colors of #966C32
Black with #966C32
Text Example
Text Example
White with #966C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966C32; }
p { color: rgb(150,108,50); }
H1.HeaderClassName
{
color: #966C32;
}
.AnyTagClassName
{
color: #966C32;
}
</style>
background-color css
<style>
a { background-color: #966C32; }
a { background-color: rgb(150,108,50); }
div.DivClassName
{
background-color: #966C32;
}
.BgClassName
{
background-color: #966C32;
}
</style>
border-color css
<style>
span { border-color: #966C32; }
span { border-color: rgb(150,108,50); }
td.TdClassName
{
border-color: #966C32;
}
.TagClassName
{
border-color: #966C32;
}
</style>