Shades of Buttered Rum #967232
Tints of Buttered Rum #967232
RGB
CMYK
RGB Variations
Color information
#967232 (or 0x967232) is known color: Buttered Rum. HEX triplet: 96, 72 and 32. RGB value is (150,114,50). Sum of RGB (Red+Green+Blue) = 150+114+50=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 114 (44.92% from 255 or 36.31% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #967232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967232 is #698DCD. Grayscale: #757575. Windows color (decimal): -6917582 or 3306134. OLE color: 3306134.
HSL color Cylindrical-coordinate representation of color #967232: hue angle of 38.4º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #967232 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 114 | 50 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.41 |
| HSL | 38.4º | 0.5% | 0.39% | - |
| HSV(B) | 38.4º | 0.67% | 0.59% | - |
| XYZ | 19.17 | 18.75 | 5.63 | - |
| YUV | 117.47 | 89.93 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 114 | 50 | 0 | 0.24 | 0.67 | 0.41 | 38.4 | 0.5 | 0.39 |
| Hex | 96 | 72 | 32 | 0 | 18 | 43 | 29 | 26 | 32 | 27 |
| Octal | 226 | 162 | 62 | 0 | 30 | 103 | 51 | 46 | 62 | 47 |
| Binary | 10010110 | 1110010 | 110010 | 0 | 11000 | 1000011 | 101001 | 100110 | 110010 | 100111 |
Color Harmonies of #967232
Complementary color
Monochromatic Colors of #967232
Black with #967232
Text Example
Text Example
White with #967232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967232; }
p { color: rgb(150,114,50); }
H1.HeaderClassName
{
color: #967232;
}
.AnyTagClassName
{
color: #967232;
}
</style>
background-color css
<style>
a { background-color: #967232; }
a { background-color: rgb(150,114,50); }
div.DivClassName
{
background-color: #967232;
}
.BgClassName
{
background-color: #967232;
}
</style>
border-color css
<style>
span { border-color: #967232; }
span { border-color: rgb(150,114,50); }
td.TdClassName
{
border-color: #967232;
}
.TagClassName
{
border-color: #967232;
}
</style>