Shades of Buttered Rum #966D39
Tints of Buttered Rum #966D39
RGB
CMYK
RGB Variations
Color information
#966D39 (or 0x966D39) is known color: Buttered Rum. HEX triplet: 96, 6D and 39. RGB value is (150,109,57). Sum of RGB (Red+Green+Blue) = 150+109+57=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 57 (22.66% from 255 or 18.04% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #966D39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966D39 is #6992C6. Grayscale: #737373. Windows color (decimal): -6918855 or 3763606. OLE color: 3763606.
HSL color Cylindrical-coordinate representation of color #966D39: hue angle of 33.55º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #966D39 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 109 | 57 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.41 |
| HSL | 33.55º | 0.45% | 0.41% | - |
| HSV(B) | 33.55º | 0.62% | 0.59% | - |
| XYZ | 18.78 | 17.72 | 6.3 | - |
| YUV | 115.33 | 95.08 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 109 | 57 | 0 | 0.27 | 0.62 | 0.41 | 33.55 | 0.45 | 0.41 |
| Hex | 96 | 6D | 39 | 0 | 1B | 3E | 29 | 22 | 2D | 29 |
| Octal | 226 | 155 | 71 | 0 | 33 | 76 | 51 | 42 | 55 | 51 |
| Binary | 10010110 | 1101101 | 111001 | 0 | 11011 | 111110 | 101001 | 100010 | 101101 | 101001 |
Color Harmonies of #966D39
Complementary color
Monochromatic Colors of #966D39
Black with #966D39
Text Example
Text Example
White with #966D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966D39; }
p { color: rgb(150,109,57); }
H1.HeaderClassName
{
color: #966D39;
}
.AnyTagClassName
{
color: #966D39;
}
</style>
background-color css
<style>
a { background-color: #966D39; }
a { background-color: rgb(150,109,57); }
div.DivClassName
{
background-color: #966D39;
}
.BgClassName
{
background-color: #966D39;
}
</style>
border-color css
<style>
span { border-color: #966D39; }
span { border-color: rgb(150,109,57); }
td.TdClassName
{
border-color: #966D39;
}
.TagClassName
{
border-color: #966D39;
}
</style>