Shades of Buttered Rum #96722D
Tints of Buttered Rum #96722D
RGB
CMYK
RGB Variations
Color information
#96722D (or 0x96722D) is known color: Buttered Rum. HEX triplet: 96, 72 and 2D. RGB value is (150,114,45). Sum of RGB (Red+Green+Blue) = 150+114+45=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 114 (44.92% from 255 or 36.89% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 150 - color contains mainly: red. Hex color #96722D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96722D is #698DD2. Grayscale: #757575. Windows color (decimal): -6917587 or 2978454. OLE color: 2978454.
HSL color Cylindrical-coordinate representation of color #96722D: hue angle of 39.43º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #96722D is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 114 | 45 | - |
| CMYK | 0 | 0.24 | 0.70 | 0.41 |
| HSL | 39.43º | 0.54% | 0.38% | - |
| HSV(B) | 39.43º | 0.7% | 0.59% | - |
| XYZ | 19.07 | 18.71 | 5.09 | - |
| YUV | 116.9 | 87.43 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 114 | 45 | 0 | 0.24 | 0.70 | 0.41 | 39.43 | 0.54 | 0.38 |
| Hex | 96 | 72 | 2D | 0 | 18 | 46 | 29 | 27 | 36 | 26 |
| Octal | 226 | 162 | 55 | 0 | 30 | 106 | 51 | 47 | 66 | 46 |
| Binary | 10010110 | 1110010 | 101101 | 0 | 11000 | 1000110 | 101001 | 100111 | 110110 | 100110 |
Color Harmonies of #96722D
Complementary color
Monochromatic Colors of #96722D
Black with #96722D
Text Example
Text Example
White with #96722D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96722D; }
p { color: rgb(150,114,45); }
H1.HeaderClassName
{
color: #96722D;
}
.AnyTagClassName
{
color: #96722D;
}
</style>
background-color css
<style>
a { background-color: #96722D; }
a { background-color: rgb(150,114,45); }
div.DivClassName
{
background-color: #96722D;
}
.BgClassName
{
background-color: #96722D;
}
</style>
border-color css
<style>
span { border-color: #96722D; }
span { border-color: rgb(150,114,45); }
td.TdClassName
{
border-color: #96722D;
}
.TagClassName
{
border-color: #96722D;
}
</style>