Shades of Buttered Rum #967832
Tints of Buttered Rum #967832
RGB
CMYK
RGB Variations
Color information
#967832 (or 0x967832) is known color: Buttered Rum. HEX triplet: 96, 78 and 32. RGB value is (150,120,50). Sum of RGB (Red+Green+Blue) = 150+120+50=320 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.88% from 320); Green value is 120 (47.27% from 255 or 37.5% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 150 - color contains mainly: red. Hex color #967832 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967832 is #6987CD. Grayscale: #797979. Windows color (decimal): -6916046 or 3307670. OLE color: 3307670.
HSL color Cylindrical-coordinate representation of color #967832: hue angle of 42º 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 #967832 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 120 | 50 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.41 |
| HSL | 42º | 0.5% | 0.39% | - |
| HSV(B) | 42º | 0.67% | 0.59% | - |
| XYZ | 19.87 | 20.15 | 5.86 | - |
| YUV | 120.99 | 87.94 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 120 | 50 | 0 | 0.20 | 0.67 | 0.41 | 42 | 0.5 | 0.39 |
| Hex | 96 | 78 | 32 | 0 | 14 | 43 | 29 | 2A | 32 | 27 |
| Octal | 226 | 170 | 62 | 0 | 24 | 103 | 51 | 52 | 62 | 47 |
| Binary | 10010110 | 1111000 | 110010 | 0 | 10100 | 1000011 | 101001 | 101010 | 110010 | 100111 |
Color Harmonies of #967832
Complementary color
Monochromatic Colors of #967832
Black with #967832
Text Example
Text Example
White with #967832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967832; }
p { color: rgb(150,120,50); }
H1.HeaderClassName
{
color: #967832;
}
.AnyTagClassName
{
color: #967832;
}
</style>
background-color css
<style>
a { background-color: #967832; }
a { background-color: rgb(150,120,50); }
div.DivClassName
{
background-color: #967832;
}
.BgClassName
{
background-color: #967832;
}
</style>
border-color css
<style>
span { border-color: #967832; }
span { border-color: rgb(150,120,50); }
td.TdClassName
{
border-color: #967832;
}
.TagClassName
{
border-color: #967832;
}
</style>