Shades of Buttered Rum #966D2B
Tints of Buttered Rum #966D2B
RGB
CMYK
RGB Variations
Color information
#966D2B (or 0x966D2B) is known color: Buttered Rum. HEX triplet: 96, 6D and 2B. RGB value is (150,109,43). Sum of RGB (Red+Green+Blue) = 150+109+43=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 109 (42.97% from 255 or 36.09% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #966D2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966D2B is #6992D4. Grayscale: #727272. Windows color (decimal): -6918869 or 2846102. OLE color: 2846102.
HSL color Cylindrical-coordinate representation of color #966D2B: hue angle of 37.01º 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 #966D2B is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 109 | 43 | - |
| CMYK | 0 | 0.27 | 0.71 | 0.41 |
| HSL | 37.01º | 0.55% | 0.38% | - |
| HSV(B) | 37.01º | 0.71% | 0.59% | - |
| XYZ | 18.48 | 17.6 | 4.71 | - |
| YUV | 113.74 | 88.08 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 109 | 43 | 0 | 0.27 | 0.71 | 0.41 | 37.01 | 0.55 | 0.38 |
| Hex | 96 | 6D | 2B | 0 | 1B | 47 | 29 | 25 | 37 | 26 |
| Octal | 226 | 155 | 53 | 0 | 33 | 107 | 51 | 45 | 67 | 46 |
| Binary | 10010110 | 1101101 | 101011 | 0 | 11011 | 1000111 | 101001 | 100101 | 110111 | 100110 |
Color Harmonies of #966D2B
Complementary color
Monochromatic Colors of #966D2B
Black with #966D2B
Text Example
Text Example
White with #966D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966D2B; }
p { color: rgb(150,109,43); }
H1.HeaderClassName
{
color: #966D2B;
}
.AnyTagClassName
{
color: #966D2B;
}
</style>
background-color css
<style>
a { background-color: #966D2B; }
a { background-color: rgb(150,109,43); }
div.DivClassName
{
background-color: #966D2B;
}
.BgClassName
{
background-color: #966D2B;
}
</style>
border-color css
<style>
span { border-color: #966D2B; }
span { border-color: rgb(150,109,43); }
td.TdClassName
{
border-color: #966D2B;
}
.TagClassName
{
border-color: #966D2B;
}
</style>