Shades of Buttered Rum #966A28
Tints of Buttered Rum #966A28
RGB
CMYK
RGB Variations
Color information
#966A28 (or 0x966A28) is known color: Buttered Rum. HEX triplet: 96, 6A and 28. RGB value is (150,106,40). Sum of RGB (Red+Green+Blue) = 150+106+40=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 106 (41.80% from 255 or 35.81% from 296); Blue value is 40 (16.02% from 255 or 13.51% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #966A28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966A28 is #6995D7. Grayscale: #6F6F6F. Windows color (decimal): -6919640 or 2648726. OLE color: 2648726.
HSL color Cylindrical-coordinate representation of color #966A28: hue angle of 36º 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 #966A28 is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 106 | 40 | - |
| CMYK | 0 | 0.29 | 0.73 | 0.41 |
| HSL | 36º | 0.58% | 0.37% | - |
| HSV(B) | 36º | 0.73% | 0.59% | - |
| XYZ | 18.11 | 16.95 | 4.32 | - |
| YUV | 111.63 | 87.58 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 106 | 40 | 0 | 0.29 | 0.73 | 0.41 | 36 | 0.58 | 0.37 |
| Hex | 96 | 6A | 28 | 0 | 1D | 49 | 29 | 24 | 3A | 25 |
| Octal | 226 | 152 | 50 | 0 | 35 | 111 | 51 | 44 | 72 | 45 |
| Binary | 10010110 | 1101010 | 101000 | 0 | 11101 | 1001001 | 101001 | 100100 | 111010 | 100101 |
Color Harmonies of #966A28
Complementary color
Monochromatic Colors of #966A28
Black with #966A28
Text Example
Text Example
White with #966A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966A28; }
p { color: rgb(150,106,40); }
H1.HeaderClassName
{
color: #966A28;
}
.AnyTagClassName
{
color: #966A28;
}
</style>
background-color css
<style>
a { background-color: #966A28; }
a { background-color: rgb(150,106,40); }
div.DivClassName
{
background-color: #966A28;
}
.BgClassName
{
background-color: #966A28;
}
</style>
border-color css
<style>
span { border-color: #966A28; }
span { border-color: rgb(150,106,40); }
td.TdClassName
{
border-color: #966A28;
}
.TagClassName
{
border-color: #966A28;
}
</style>