Shades of Buttered Rum #966E3B
Tints of Buttered Rum #966E3B
RGB
CMYK
RGB Variations
Color information
#966E3B (or 0x966E3B) is known color: Buttered Rum. HEX triplet: 96, 6E and 3B. RGB value is (150,110,59). Sum of RGB (Red+Green+Blue) = 150+110+59=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 59 (23.44% from 255 or 18.50% from 319); Max value from RGB is 150 - color contains mainly: red. Hex color #966E3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966E3B is #6991C4. Grayscale: #747474. Windows color (decimal): -6918597 or 3894934. OLE color: 3894934.
HSL color Cylindrical-coordinate representation of color #966E3B: hue angle of 33.63º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #966E3B is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 110 | 59 | - |
| CMYK | 0 | 0.27 | 0.61 | 0.41 |
| HSL | 33.63º | 0.44% | 0.41% | - |
| HSV(B) | 33.63º | 0.61% | 0.59% | - |
| XYZ | 18.94 | 17.95 | 6.6 | - |
| YUV | 116.15 | 95.75 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 110 | 59 | 0 | 0.27 | 0.61 | 0.41 | 33.63 | 0.44 | 0.41 |
| Hex | 96 | 6E | 3B | 0 | 1B | 3D | 29 | 22 | 2C | 29 |
| Octal | 226 | 156 | 73 | 0 | 33 | 75 | 51 | 42 | 54 | 51 |
| Binary | 10010110 | 1101110 | 111011 | 0 | 11011 | 111101 | 101001 | 100010 | 101100 | 101001 |
Color Harmonies of #966E3B
Complementary color
Monochromatic Colors of #966E3B
Black with #966E3B
Text Example
Text Example
White with #966E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966E3B; }
p { color: rgb(150,110,59); }
H1.HeaderClassName
{
color: #966E3B;
}
.AnyTagClassName
{
color: #966E3B;
}
</style>
background-color css
<style>
a { background-color: #966E3B; }
a { background-color: rgb(150,110,59); }
div.DivClassName
{
background-color: #966E3B;
}
.BgClassName
{
background-color: #966E3B;
}
</style>
border-color css
<style>
span { border-color: #966E3B; }
span { border-color: rgb(150,110,59); }
td.TdClassName
{
border-color: #966E3B;
}
.TagClassName
{
border-color: #966E3B;
}
</style>