Shades of Buttered Rum #966A2D
Tints of Buttered Rum #966A2D
RGB
CMYK
RGB Variations
Color information
#966A2D (or 0x966A2D) is known color: Buttered Rum. HEX triplet: 96, 6A and 2D. RGB value is (150,106,45). Sum of RGB (Red+Green+Blue) = 150+106+45=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 106 (41.80% from 255 or 35.22% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #966A2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966A2D is #6995D2. Grayscale: #707070. Windows color (decimal): -6919635 or 2976406. OLE color: 2976406.
HSL color Cylindrical-coordinate representation of color #966A2D: hue angle of 34.86º 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 #966A2D is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 106 | 45 | - |
| CMYK | 0 | 0.29 | 0.70 | 0.41 |
| HSL | 34.86º | 0.54% | 0.38% | - |
| HSV(B) | 34.86º | 0.7% | 0.59% | - |
| XYZ | 18.21 | 16.98 | 4.8 | - |
| YUV | 112.2 | 90.08 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 106 | 45 | 0 | 0.29 | 0.70 | 0.41 | 34.86 | 0.54 | 0.38 |
| Hex | 96 | 6A | 2D | 0 | 1D | 46 | 29 | 23 | 36 | 26 |
| Octal | 226 | 152 | 55 | 0 | 35 | 106 | 51 | 43 | 66 | 46 |
| Binary | 10010110 | 1101010 | 101101 | 0 | 11101 | 1000110 | 101001 | 100011 | 110110 | 100110 |
Color Harmonies of #966A2D
Complementary color
Monochromatic Colors of #966A2D
Black with #966A2D
Text Example
Text Example
White with #966A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966A2D; }
p { color: rgb(150,106,45); }
H1.HeaderClassName
{
color: #966A2D;
}
.AnyTagClassName
{
color: #966A2D;
}
</style>
background-color css
<style>
a { background-color: #966A2D; }
a { background-color: rgb(150,106,45); }
div.DivClassName
{
background-color: #966A2D;
}
.BgClassName
{
background-color: #966A2D;
}
</style>
border-color css
<style>
span { border-color: #966A2D; }
span { border-color: rgb(150,106,45); }
td.TdClassName
{
border-color: #966A2D;
}
.TagClassName
{
border-color: #966A2D;
}
</style>