Shades of Buttered Rum #967541
Tints of Buttered Rum #967541
RGB
CMYK
RGB Variations
Color information
#967541 (or 0x967541) is known color: Buttered Rum. HEX triplet: 96, 75 and 41. RGB value is (150,117,65). Sum of RGB (Red+Green+Blue) = 150+117+65=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 65 (25.78% from 255 or 19.58% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #967541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967541 is #698ABE. Grayscale: #797979. Windows color (decimal): -6916799 or 4289942. OLE color: 4289942.
HSL color Cylindrical-coordinate representation of color #967541: hue angle of 36.71º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #967541 is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 117 | 65 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.41 |
| HSL | 36.71º | 0.4% | 0.42% | - |
| HSV(B) | 36.71º | 0.57% | 0.59% | - |
| XYZ | 19.89 | 19.59 | 7.73 | - |
| YUV | 120.94 | 96.43 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 117 | 65 | 0 | 0.22 | 0.57 | 0.41 | 36.71 | 0.4 | 0.42 |
| Hex | 96 | 75 | 41 | 0 | 16 | 39 | 29 | 25 | 28 | 2A |
| Octal | 226 | 165 | 101 | 0 | 26 | 71 | 51 | 45 | 50 | 52 |
| Binary | 10010110 | 1110101 | 1000001 | 0 | 10110 | 111001 | 101001 | 100101 | 101000 | 101010 |
Color Harmonies of #967541
Complementary color
Monochromatic Colors of #967541
Black with #967541
Text Example
Text Example
White with #967541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967541; }
p { color: rgb(150,117,65); }
H1.HeaderClassName
{
color: #967541;
}
.AnyTagClassName
{
color: #967541;
}
</style>
background-color css
<style>
a { background-color: #967541; }
a { background-color: rgb(150,117,65); }
div.DivClassName
{
background-color: #967541;
}
.BgClassName
{
background-color: #967541;
}
</style>
border-color css
<style>
span { border-color: #967541; }
span { border-color: rgb(150,117,65); }
td.TdClassName
{
border-color: #967541;
}
.TagClassName
{
border-color: #967541;
}
</style>