Shades of Buttered Rum #966F2D
Tints of Buttered Rum #966F2D
RGB
CMYK
RGB Variations
Color information
#966F2D (or 0x966F2D) is known color: Buttered Rum. HEX triplet: 96, 6F and 2D. RGB value is (150,111,45). Sum of RGB (Red+Green+Blue) = 150+111+45=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 111 (43.75% from 255 or 36.27% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 150 - color contains mainly: red. Hex color #966F2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966F2D is #6990D2. Grayscale: #737373. Windows color (decimal): -6918355 or 2977686. OLE color: 2977686.
HSL color Cylindrical-coordinate representation of color #966F2D: hue angle of 37.71º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #966F2D is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 111 | 45 | - |
| CMYK | 0 | 0.26 | 0.70 | 0.41 |
| HSL | 37.71º | 0.54% | 0.38% | - |
| HSV(B) | 37.71º | 0.7% | 0.59% | - |
| XYZ | 18.74 | 18.04 | 4.98 | - |
| YUV | 115.14 | 88.42 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 111 | 45 | 0 | 0.26 | 0.70 | 0.41 | 37.71 | 0.54 | 0.38 |
| Hex | 96 | 6F | 2D | 0 | 1A | 46 | 29 | 26 | 36 | 26 |
| Octal | 226 | 157 | 55 | 0 | 32 | 106 | 51 | 46 | 66 | 46 |
| Binary | 10010110 | 1101111 | 101101 | 0 | 11010 | 1000110 | 101001 | 100110 | 110110 | 100110 |
Color Harmonies of #966F2D
Complementary color
Monochromatic Colors of #966F2D
Black with #966F2D
Text Example
Text Example
White with #966F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966F2D; }
p { color: rgb(150,111,45); }
H1.HeaderClassName
{
color: #966F2D;
}
.AnyTagClassName
{
color: #966F2D;
}
</style>
background-color css
<style>
a { background-color: #966F2D; }
a { background-color: rgb(150,111,45); }
div.DivClassName
{
background-color: #966F2D;
}
.BgClassName
{
background-color: #966F2D;
}
</style>
border-color css
<style>
span { border-color: #966F2D; }
span { border-color: rgb(150,111,45); }
td.TdClassName
{
border-color: #966F2D;
}
.TagClassName
{
border-color: #966F2D;
}
</style>