Shades of Buttered Rum #966E32
Tints of Buttered Rum #966E32
RGB
CMYK
RGB Variations
Color information
#966E32 (or 0x966E32) is known color: Buttered Rum. HEX triplet: 96, 6E and 32. RGB value is (150,110,50). Sum of RGB (Red+Green+Blue) = 150+110+50=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 110 (43.36% from 255 or 35.48% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #966E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966E32 is #6991CD. Grayscale: #737373. Windows color (decimal): -6918606 or 3305110. OLE color: 3305110.
HSL color Cylindrical-coordinate representation of color #966E32: hue angle of 36º 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 #966E32 is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 110 | 50 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.41 |
| HSL | 36º | 0.5% | 0.39% | - |
| HSV(B) | 36º | 0.67% | 0.59% | - |
| XYZ | 18.73 | 17.87 | 5.48 | - |
| YUV | 115.12 | 91.25 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 110 | 50 | 0 | 0.27 | 0.67 | 0.41 | 36 | 0.5 | 0.39 |
| Hex | 96 | 6E | 32 | 0 | 1B | 43 | 29 | 24 | 32 | 27 |
| Octal | 226 | 156 | 62 | 0 | 33 | 103 | 51 | 44 | 62 | 47 |
| Binary | 10010110 | 1101110 | 110010 | 0 | 11011 | 1000011 | 101001 | 100100 | 110010 | 100111 |
Color Harmonies of #966E32
Complementary color
Monochromatic Colors of #966E32
Black with #966E32
Text Example
Text Example
White with #966E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966E32; }
p { color: rgb(150,110,50); }
H1.HeaderClassName
{
color: #966E32;
}
.AnyTagClassName
{
color: #966E32;
}
</style>
background-color css
<style>
a { background-color: #966E32; }
a { background-color: rgb(150,110,50); }
div.DivClassName
{
background-color: #966E32;
}
.BgClassName
{
background-color: #966E32;
}
</style>
border-color css
<style>
span { border-color: #966E32; }
span { border-color: rgb(150,110,50); }
td.TdClassName
{
border-color: #966E32;
}
.TagClassName
{
border-color: #966E32;
}
</style>