Shades of Buttered Rum #966828
Tints of Buttered Rum #966828
RGB
CMYK
RGB Variations
Color information
#966828 (or 0x966828) is known color: Buttered Rum. HEX triplet: 96, 68 and 28. RGB value is (150,104,40). Sum of RGB (Red+Green+Blue) = 150+104+40=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #966828 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966828 is #6997D7. Grayscale: #6E6E6E. Windows color (decimal): -6920152 or 2648214. OLE color: 2648214.
HSL color Cylindrical-coordinate representation of color #966828: hue angle of 34.91º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #966828 is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 104 | 40 | - |
| CMYK | 0 | 0.31 | 0.73 | 0.41 |
| HSL | 34.91º | 0.58% | 0.37% | - |
| HSV(B) | 34.91º | 0.73% | 0.59% | - |
| XYZ | 17.91 | 16.54 | 4.26 | - |
| YUV | 110.46 | 88.24 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 104 | 40 | 0 | 0.31 | 0.73 | 0.41 | 34.91 | 0.58 | 0.37 |
| Hex | 96 | 68 | 28 | 0 | 1F | 49 | 29 | 23 | 3A | 25 |
| Octal | 226 | 150 | 50 | 0 | 37 | 111 | 51 | 43 | 72 | 45 |
| Binary | 10010110 | 1101000 | 101000 | 0 | 11111 | 1001001 | 101001 | 100011 | 111010 | 100101 |
Color Harmonies of #966828
Complementary color
Monochromatic Colors of #966828
Black with #966828
Text Example
Text Example
White with #966828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966828; }
p { color: rgb(150,104,40); }
H1.HeaderClassName
{
color: #966828;
}
.AnyTagClassName
{
color: #966828;
}
</style>
background-color css
<style>
a { background-color: #966828; }
a { background-color: rgb(150,104,40); }
div.DivClassName
{
background-color: #966828;
}
.BgClassName
{
background-color: #966828;
}
</style>
border-color css
<style>
span { border-color: #966828; }
span { border-color: rgb(150,104,40); }
td.TdClassName
{
border-color: #966828;
}
.TagClassName
{
border-color: #966828;
}
</style>