Shades of Buttered Rum #96733B
Tints of Buttered Rum #96733B
RGB
CMYK
RGB Variations
Color information
#96733B (or 0x96733B) is known color: Buttered Rum. HEX triplet: 96, 73 and 3B. RGB value is (150,115,59). Sum of RGB (Red+Green+Blue) = 150+115+59=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 59 (23.44% from 255 or 18.21% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #96733B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96733B is #698CC4. Grayscale: #777777. Windows color (decimal): -6917317 or 3896214. OLE color: 3896214.
HSL color Cylindrical-coordinate representation of color #96733B: hue angle of 36.92º 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 #96733B is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 115 | 59 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.41 |
| HSL | 36.92º | 0.44% | 0.41% | - |
| HSV(B) | 36.92º | 0.61% | 0.59% | - |
| XYZ | 19.5 | 19.06 | 6.79 | - |
| YUV | 119.08 | 94.1 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 115 | 59 | 0 | 0.23 | 0.61 | 0.41 | 36.92 | 0.44 | 0.41 |
| Hex | 96 | 73 | 3B | 0 | 17 | 3D | 29 | 25 | 2C | 29 |
| Octal | 226 | 163 | 73 | 0 | 27 | 75 | 51 | 45 | 54 | 51 |
| Binary | 10010110 | 1110011 | 111011 | 0 | 10111 | 111101 | 101001 | 100101 | 101100 | 101001 |
Color Harmonies of #96733B
Complementary color
Monochromatic Colors of #96733B
Black with #96733B
Text Example
Text Example
White with #96733B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96733B; }
p { color: rgb(150,115,59); }
H1.HeaderClassName
{
color: #96733B;
}
.AnyTagClassName
{
color: #96733B;
}
</style>
background-color css
<style>
a { background-color: #96733B; }
a { background-color: rgb(150,115,59); }
div.DivClassName
{
background-color: #96733B;
}
.BgClassName
{
background-color: #96733B;
}
</style>
border-color css
<style>
span { border-color: #96733B; }
span { border-color: rgb(150,115,59); }
td.TdClassName
{
border-color: #96733B;
}
.TagClassName
{
border-color: #96733B;
}
</style>