Shades of Buttered Rum #967538
Tints of Buttered Rum #967538
RGB
CMYK
RGB Variations
Color information
#967538 (or 0x967538) is known color: Buttered Rum. HEX triplet: 96, 75 and 38. RGB value is (150,117,56). Sum of RGB (Red+Green+Blue) = 150+117+56=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 56 (22.27% from 255 or 17.34% from 323); Max value from RGB is 150 - color contains mainly: red. Hex color #967538 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967538 is #698AC7. Grayscale: #787878. Windows color (decimal): -6916808 or 3700118. OLE color: 3700118.
HSL color Cylindrical-coordinate representation of color #967538: hue angle of 38.94º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #967538 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 117 | 56 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.41 |
| HSL | 38.94º | 0.46% | 0.4% | - |
| HSV(B) | 38.94º | 0.63% | 0.59% | - |
| XYZ | 19.65 | 19.49 | 6.47 | - |
| YUV | 119.91 | 91.93 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 117 | 56 | 0 | 0.22 | 0.63 | 0.41 | 38.94 | 0.46 | 0.4 |
| Hex | 96 | 75 | 38 | 0 | 16 | 3F | 29 | 27 | 2E | 28 |
| Octal | 226 | 165 | 70 | 0 | 26 | 77 | 51 | 47 | 56 | 50 |
| Binary | 10010110 | 1110101 | 111000 | 0 | 10110 | 111111 | 101001 | 100111 | 101110 | 101000 |
Color Harmonies of #967538
Complementary color
Monochromatic Colors of #967538
Black with #967538
Text Example
Text Example
White with #967538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967538; }
p { color: rgb(150,117,56); }
H1.HeaderClassName
{
color: #967538;
}
.AnyTagClassName
{
color: #967538;
}
</style>
background-color css
<style>
a { background-color: #967538; }
a { background-color: rgb(150,117,56); }
div.DivClassName
{
background-color: #967538;
}
.BgClassName
{
background-color: #967538;
}
</style>
border-color css
<style>
span { border-color: #967538; }
span { border-color: rgb(150,117,56); }
td.TdClassName
{
border-color: #967538;
}
.TagClassName
{
border-color: #967538;
}
</style>