Shades of Buttered Rum #966A24
Tints of Buttered Rum #966A24
RGB
CMYK
RGB Variations
Color information
#966A24 (or 0x966A24) is known color: Buttered Rum. HEX triplet: 96, 6A and 24. RGB value is (150,106,36). Sum of RGB (Red+Green+Blue) = 150+106+36=292 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.37% from 292); Green value is 106 (41.80% from 255 or 36.30% from 292); Blue value is 36 (14.45% from 255 or 12.33% from 292); Max value from RGB is 150 - color contains mainly: red. Hex color #966A24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966A24 is #6995DB. Grayscale: #6F6F6F. Windows color (decimal): -6919644 or 2386582. OLE color: 2386582.
HSL color Cylindrical-coordinate representation of color #966A24: hue angle of 36.84º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #966A24 is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 106 | 36 | - |
| CMYK | 0 | 0.29 | 0.76 | 0.41 |
| HSL | 36.84º | 0.61% | 0.36% | - |
| HSV(B) | 36.84º | 0.76% | 0.59% | - |
| XYZ | 18.05 | 16.92 | 3.98 | - |
| YUV | 111.18 | 85.58 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 106 | 36 | 0 | 0.29 | 0.76 | 0.41 | 36.84 | 0.61 | 0.36 |
| Hex | 96 | 6A | 24 | 0 | 1D | 4C | 29 | 25 | 3D | 24 |
| Octal | 226 | 152 | 44 | 0 | 35 | 114 | 51 | 45 | 75 | 44 |
| Binary | 10010110 | 1101010 | 100100 | 0 | 11101 | 1001100 | 101001 | 100101 | 111101 | 100100 |
Color Harmonies of #966A24
Complementary color
Monochromatic Colors of #966A24
Black with #966A24
Text Example
Text Example
White with #966A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966A24; }
p { color: rgb(150,106,36); }
H1.HeaderClassName
{
color: #966A24;
}
.AnyTagClassName
{
color: #966A24;
}
</style>
background-color css
<style>
a { background-color: #966A24; }
a { background-color: rgb(150,106,36); }
div.DivClassName
{
background-color: #966A24;
}
.BgClassName
{
background-color: #966A24;
}
</style>
border-color css
<style>
span { border-color: #966A24; }
span { border-color: rgb(150,106,36); }
td.TdClassName
{
border-color: #966A24;
}
.TagClassName
{
border-color: #966A24;
}
</style>