Shades of Buttered Rum #966A31
Tints of Buttered Rum #966A31
RGB
CMYK
RGB Variations
Color information
#966A31 (or 0x966A31) is known color: Buttered Rum. HEX triplet: 96, 6A and 31. RGB value is (150,106,49). Sum of RGB (Red+Green+Blue) = 150+106+49=305 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.18% from 305); Green value is 106 (41.80% from 255 or 34.75% from 305); Blue value is 49 (19.53% from 255 or 16.07% from 305); Max value from RGB is 150 - color contains mainly: red. Hex color #966A31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966A31 is #6995CE. Grayscale: #707070. Windows color (decimal): -6919631 or 3238550. OLE color: 3238550.
HSL color Cylindrical-coordinate representation of color #966A31: hue angle of 33.86º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #966A31 is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 106 | 49 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.41 |
| HSL | 33.86º | 0.51% | 0.39% | - |
| HSV(B) | 33.86º | 0.67% | 0.59% | - |
| XYZ | 18.29 | 17.01 | 5.23 | - |
| YUV | 112.66 | 92.08 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 106 | 49 | 0 | 0.29 | 0.67 | 0.41 | 33.86 | 0.51 | 0.39 |
| Hex | 96 | 6A | 31 | 0 | 1D | 43 | 29 | 22 | 33 | 27 |
| Octal | 226 | 152 | 61 | 0 | 35 | 103 | 51 | 42 | 63 | 47 |
| Binary | 10010110 | 1101010 | 110001 | 0 | 11101 | 1000011 | 101001 | 100010 | 110011 | 100111 |
Color Harmonies of #966A31
Complementary color
Monochromatic Colors of #966A31
Black with #966A31
Text Example
Text Example
White with #966A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966A31; }
p { color: rgb(150,106,49); }
H1.HeaderClassName
{
color: #966A31;
}
.AnyTagClassName
{
color: #966A31;
}
</style>
background-color css
<style>
a { background-color: #966A31; }
a { background-color: rgb(150,106,49); }
div.DivClassName
{
background-color: #966A31;
}
.BgClassName
{
background-color: #966A31;
}
</style>
border-color css
<style>
span { border-color: #966A31; }
span { border-color: rgb(150,106,49); }
td.TdClassName
{
border-color: #966A31;
}
.TagClassName
{
border-color: #966A31;
}
</style>