Shades of Buttered Rum #966A30
Tints of Buttered Rum #966A30
RGB
CMYK
RGB Variations
Color information
#966A30 (or 0x966A30) is known color: Buttered Rum. HEX triplet: 96, 6A and 30. RGB value is (150,106,48). Sum of RGB (Red+Green+Blue) = 150+106+48=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 106 (41.80% from 255 or 34.87% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #966A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966A30 is #6995CF. Grayscale: #707070. Windows color (decimal): -6919632 or 3173014. OLE color: 3173014.
HSL color Cylindrical-coordinate representation of color #966A30: hue angle of 34.12º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #966A30 is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 106 | 48 | - |
| CMYK | 0 | 0.29 | 0.68 | 0.41 |
| HSL | 34.12º | 0.52% | 0.39% | - |
| HSV(B) | 34.12º | 0.68% | 0.59% | - |
| XYZ | 18.27 | 17.01 | 5.12 | - |
| YUV | 112.54 | 91.58 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 106 | 48 | 0 | 0.29 | 0.68 | 0.41 | 34.12 | 0.52 | 0.39 |
| Hex | 96 | 6A | 30 | 0 | 1D | 44 | 29 | 22 | 34 | 27 |
| Octal | 226 | 152 | 60 | 0 | 35 | 104 | 51 | 42 | 64 | 47 |
| Binary | 10010110 | 1101010 | 110000 | 0 | 11101 | 1000100 | 101001 | 100010 | 110100 | 100111 |
Color Harmonies of #966A30
Complementary color
Monochromatic Colors of #966A30
Black with #966A30
Text Example
Text Example
White with #966A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966A30; }
p { color: rgb(150,106,48); }
H1.HeaderClassName
{
color: #966A30;
}
.AnyTagClassName
{
color: #966A30;
}
</style>
background-color css
<style>
a { background-color: #966A30; }
a { background-color: rgb(150,106,48); }
div.DivClassName
{
background-color: #966A30;
}
.BgClassName
{
background-color: #966A30;
}
</style>
border-color css
<style>
span { border-color: #966A30; }
span { border-color: rgb(150,106,48); }
td.TdClassName
{
border-color: #966A30;
}
.TagClassName
{
border-color: #966A30;
}
</style>