Shades of Buttered Rum #96733D
Tints of Buttered Rum #96733D
RGB
CMYK
RGB Variations
Color information
#96733D (or 0x96733D) is known color: Buttered Rum. HEX triplet: 96, 73 and 3D. RGB value is (150,115,61). Sum of RGB (Red+Green+Blue) = 150+115+61=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #96733D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96733D is #698CC2. Grayscale: #777777. Windows color (decimal): -6917315 or 4027286. OLE color: 4027286.
HSL color Cylindrical-coordinate representation of color #96733D: hue angle of 36.4º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #96733D is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 115 | 61 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.41 |
| HSL | 36.4º | 0.42% | 0.41% | - |
| HSV(B) | 36.4º | 0.59% | 0.59% | - |
| XYZ | 19.55 | 19.08 | 7.07 | - |
| YUV | 119.31 | 95.1 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 115 | 61 | 0 | 0.23 | 0.59 | 0.41 | 36.4 | 0.42 | 0.41 |
| Hex | 96 | 73 | 3D | 0 | 17 | 3B | 29 | 24 | 2A | 29 |
| Octal | 226 | 163 | 75 | 0 | 27 | 73 | 51 | 44 | 52 | 51 |
| Binary | 10010110 | 1110011 | 111101 | 0 | 10111 | 111011 | 101001 | 100100 | 101010 | 101001 |
Color Harmonies of #96733D
Complementary color
Monochromatic Colors of #96733D
Black with #96733D
Text Example
Text Example
White with #96733D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96733D; }
p { color: rgb(150,115,61); }
H1.HeaderClassName
{
color: #96733D;
}
.AnyTagClassName
{
color: #96733D;
}
</style>
background-color css
<style>
a { background-color: #96733D; }
a { background-color: rgb(150,115,61); }
div.DivClassName
{
background-color: #96733D;
}
.BgClassName
{
background-color: #96733D;
}
</style>
border-color css
<style>
span { border-color: #96733D; }
span { border-color: rgb(150,115,61); }
td.TdClassName
{
border-color: #96733D;
}
.TagClassName
{
border-color: #96733D;
}
</style>