Shades of Buttered Rum #967839
Tints of Buttered Rum #967839
RGB
CMYK
RGB Variations
Color information
#967839 (or 0x967839) is known color: Buttered Rum. HEX triplet: 96, 78 and 39. RGB value is (150,120,57). Sum of RGB (Red+Green+Blue) = 150+120+57=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 120 (47.27% from 255 or 36.70% from 327); Blue value is 57 (22.66% from 255 or 17.43% from 327); Max value from RGB is 150 - color contains mainly: red. Hex color #967839 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967839 is #6987C6. Grayscale: #7A7A7A. Windows color (decimal): -6916039 or 3766422. OLE color: 3766422.
HSL color Cylindrical-coordinate representation of color #967839: hue angle of 40.65º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #967839 is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 120 | 57 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.41 |
| HSL | 40.65º | 0.45% | 0.41% | - |
| HSV(B) | 40.65º | 0.62% | 0.59% | - |
| XYZ | 20.03 | 20.21 | 6.72 | - |
| YUV | 121.79 | 91.44 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 120 | 57 | 0 | 0.20 | 0.62 | 0.41 | 40.65 | 0.45 | 0.41 |
| Hex | 96 | 78 | 39 | 0 | 14 | 3E | 29 | 29 | 2D | 29 |
| Octal | 226 | 170 | 71 | 0 | 24 | 76 | 51 | 51 | 55 | 51 |
| Binary | 10010110 | 1111000 | 111001 | 0 | 10100 | 111110 | 101001 | 101001 | 101101 | 101001 |
Color Harmonies of #967839
Complementary color
Monochromatic Colors of #967839
Black with #967839
Text Example
Text Example
White with #967839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967839; }
p { color: rgb(150,120,57); }
H1.HeaderClassName
{
color: #967839;
}
.AnyTagClassName
{
color: #967839;
}
</style>
background-color css
<style>
a { background-color: #967839; }
a { background-color: rgb(150,120,57); }
div.DivClassName
{
background-color: #967839;
}
.BgClassName
{
background-color: #967839;
}
</style>
border-color css
<style>
span { border-color: #967839; }
span { border-color: rgb(150,120,57); }
td.TdClassName
{
border-color: #967839;
}
.TagClassName
{
border-color: #967839;
}
</style>