Shades of Buttered Rum #966D29
Tints of Buttered Rum #966D29
RGB
CMYK
RGB Variations
Color information
#966D29 (or 0x966D29) is known color: Buttered Rum. HEX triplet: 96, 6D and 29. RGB value is (150,109,41). Sum of RGB (Red+Green+Blue) = 150+109+41=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 109 (42.97% from 255 or 36.33% from 300); Blue value is 41 (16.41% from 255 or 13.67% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #966D29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966D29 is #6992D6. Grayscale: #717171. Windows color (decimal): -6918871 or 2715030. OLE color: 2715030.
HSL color Cylindrical-coordinate representation of color #966D29: hue angle of 37.43º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #966D29 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 109 | 41 | - |
| CMYK | 0 | 0.27 | 0.73 | 0.41 |
| HSL | 37.43º | 0.57% | 0.37% | - |
| HSV(B) | 37.43º | 0.73% | 0.59% | - |
| XYZ | 18.45 | 17.58 | 4.52 | - |
| YUV | 113.51 | 87.08 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 109 | 41 | 0 | 0.27 | 0.73 | 0.41 | 37.43 | 0.57 | 0.37 |
| Hex | 96 | 6D | 29 | 0 | 1B | 49 | 29 | 25 | 39 | 25 |
| Octal | 226 | 155 | 51 | 0 | 33 | 111 | 51 | 45 | 71 | 45 |
| Binary | 10010110 | 1101101 | 101001 | 0 | 11011 | 1001001 | 101001 | 100101 | 111001 | 100101 |
Color Harmonies of #966D29
Complementary color
Monochromatic Colors of #966D29
Black with #966D29
Text Example
Text Example
White with #966D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966D29; }
p { color: rgb(150,109,41); }
H1.HeaderClassName
{
color: #966D29;
}
.AnyTagClassName
{
color: #966D29;
}
</style>
background-color css
<style>
a { background-color: #966D29; }
a { background-color: rgb(150,109,41); }
div.DivClassName
{
background-color: #966D29;
}
.BgClassName
{
background-color: #966D29;
}
</style>
border-color css
<style>
span { border-color: #966D29; }
span { border-color: rgb(150,109,41); }
td.TdClassName
{
border-color: #966D29;
}
.TagClassName
{
border-color: #966D29;
}
</style>