Shades of Buttered Rum #966E2A
Tints of Buttered Rum #966E2A
RGB
CMYK
RGB Variations
Color information
#966E2A (or 0x966E2A) is known color: Buttered Rum. HEX triplet: 96, 6E and 2A. RGB value is (150,110,42). Sum of RGB (Red+Green+Blue) = 150+110+42=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 110 (43.36% from 255 or 36.42% from 302); Blue value is 42 (16.80% from 255 or 13.91% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #966E2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966E2A is #6991D5. Grayscale: #727272. Windows color (decimal): -6918614 or 2780822. OLE color: 2780822.
HSL color Cylindrical-coordinate representation of color #966E2A: hue angle of 37.78º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #966E2A is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 110 | 42 | - |
| CMYK | 0 | 0.27 | 0.72 | 0.41 |
| HSL | 37.78º | 0.56% | 0.38% | - |
| HSV(B) | 37.78º | 0.72% | 0.59% | - |
| XYZ | 18.57 | 17.8 | 4.65 | - |
| YUV | 114.21 | 87.25 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 110 | 42 | 0 | 0.27 | 0.72 | 0.41 | 37.78 | 0.56 | 0.38 |
| Hex | 96 | 6E | 2A | 0 | 1B | 48 | 29 | 26 | 38 | 26 |
| Octal | 226 | 156 | 52 | 0 | 33 | 110 | 51 | 46 | 70 | 46 |
| Binary | 10010110 | 1101110 | 101010 | 0 | 11011 | 1001000 | 101001 | 100110 | 111000 | 100110 |
Color Harmonies of #966E2A
Complementary color
Monochromatic Colors of #966E2A
Black with #966E2A
Text Example
Text Example
White with #966E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966E2A; }
p { color: rgb(150,110,42); }
H1.HeaderClassName
{
color: #966E2A;
}
.AnyTagClassName
{
color: #966E2A;
}
</style>
background-color css
<style>
a { background-color: #966E2A; }
a { background-color: rgb(150,110,42); }
div.DivClassName
{
background-color: #966E2A;
}
.BgClassName
{
background-color: #966E2A;
}
</style>
border-color css
<style>
span { border-color: #966E2A; }
span { border-color: rgb(150,110,42); }
td.TdClassName
{
border-color: #966E2A;
}
.TagClassName
{
border-color: #966E2A;
}
</style>