Shades of Buttered Rum #966D2C
Tints of Buttered Rum #966D2C
RGB
CMYK
RGB Variations
Color information
#966D2C (or 0x966D2C) is known color: Buttered Rum. HEX triplet: 96, 6D and 2C. RGB value is (150,109,44). Sum of RGB (Red+Green+Blue) = 150+109+44=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 109 (42.97% from 255 or 35.97% from 303); Blue value is 44 (17.58% from 255 or 14.52% from 303); Max value from RGB is 150 - color contains mainly: red. Hex color #966D2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966D2C is #6992D3. Grayscale: #727272. Windows color (decimal): -6918868 or 2911638. OLE color: 2911638.
HSL color Cylindrical-coordinate representation of color #966D2C: hue angle of 36.79º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #966D2C is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 109 | 44 | - |
| CMYK | 0 | 0.27 | 0.71 | 0.41 |
| HSL | 36.79º | 0.55% | 0.38% | - |
| HSV(B) | 36.79º | 0.71% | 0.59% | - |
| XYZ | 18.5 | 17.6 | 4.81 | - |
| YUV | 113.85 | 88.58 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 109 | 44 | 0 | 0.27 | 0.71 | 0.41 | 36.79 | 0.55 | 0.38 |
| Hex | 96 | 6D | 2C | 0 | 1B | 47 | 29 | 25 | 37 | 26 |
| Octal | 226 | 155 | 54 | 0 | 33 | 107 | 51 | 45 | 67 | 46 |
| Binary | 10010110 | 1101101 | 101100 | 0 | 11011 | 1000111 | 101001 | 100101 | 110111 | 100110 |
Color Harmonies of #966D2C
Complementary color
Monochromatic Colors of #966D2C
Black with #966D2C
Text Example
Text Example
White with #966D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966D2C; }
p { color: rgb(150,109,44); }
H1.HeaderClassName
{
color: #966D2C;
}
.AnyTagClassName
{
color: #966D2C;
}
</style>
background-color css
<style>
a { background-color: #966D2C; }
a { background-color: rgb(150,109,44); }
div.DivClassName
{
background-color: #966D2C;
}
.BgClassName
{
background-color: #966D2C;
}
</style>
border-color css
<style>
span { border-color: #966D2C; }
span { border-color: rgb(150,109,44); }
td.TdClassName
{
border-color: #966D2C;
}
.TagClassName
{
border-color: #966D2C;
}
</style>