Shades of Buttered Rum #966A32
Tints of Buttered Rum #966A32
RGB
CMYK
RGB Variations
Color information
#966A32 (or 0x966A32) is known color: Buttered Rum. HEX triplet: 96, 6A and 32. RGB value is (150,106,50). Sum of RGB (Red+Green+Blue) = 150+106+50=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 106 (41.80% from 255 or 34.64% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 150 - color contains mainly: red. Hex color #966A32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966A32 is #6995CD. Grayscale: #717171. Windows color (decimal): -6919630 or 3304086. OLE color: 3304086.
HSL color Cylindrical-coordinate representation of color #966A32: hue angle of 33.6º 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 #966A32 is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 106 | 50 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.41 |
| HSL | 33.6º | 0.5% | 0.39% | - |
| HSV(B) | 33.6º | 0.67% | 0.59% | - |
| XYZ | 18.31 | 17.02 | 5.34 | - |
| YUV | 112.77 | 92.58 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 106 | 50 | 0 | 0.29 | 0.67 | 0.41 | 33.6 | 0.5 | 0.39 |
| Hex | 96 | 6A | 32 | 0 | 1D | 43 | 29 | 22 | 32 | 27 |
| Octal | 226 | 152 | 62 | 0 | 35 | 103 | 51 | 42 | 62 | 47 |
| Binary | 10010110 | 1101010 | 110010 | 0 | 11101 | 1000011 | 101001 | 100010 | 110010 | 100111 |
Color Harmonies of #966A32
Complementary color
Monochromatic Colors of #966A32
Black with #966A32
Text Example
Text Example
White with #966A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966A32; }
p { color: rgb(150,106,50); }
H1.HeaderClassName
{
color: #966A32;
}
.AnyTagClassName
{
color: #966A32;
}
</style>
background-color css
<style>
a { background-color: #966A32; }
a { background-color: rgb(150,106,50); }
div.DivClassName
{
background-color: #966A32;
}
.BgClassName
{
background-color: #966A32;
}
</style>
border-color css
<style>
span { border-color: #966A32; }
span { border-color: rgb(150,106,50); }
td.TdClassName
{
border-color: #966A32;
}
.TagClassName
{
border-color: #966A32;
}
</style>