Shades of Buttered Rum #967238
Tints of Buttered Rum #967238
RGB
CMYK
RGB Variations
Color information
#967238 (or 0x967238) is known color: Buttered Rum. HEX triplet: 96, 72 and 38. RGB value is (150,114,56). Sum of RGB (Red+Green+Blue) = 150+114+56=320 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.88% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 56 (22.27% from 255 or 17.5% from 320); Max value from RGB is 150 - color contains mainly: red. Hex color #967238 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967238 is #698DC7. Grayscale: #767676. Windows color (decimal): -6917576 or 3699350. OLE color: 3699350.
HSL color Cylindrical-coordinate representation of color #967238: hue angle of 37.02º 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 #967238 is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 114 | 56 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.41 |
| HSL | 37.02º | 0.46% | 0.4% | - |
| HSV(B) | 37.02º | 0.63% | 0.59% | - |
| XYZ | 19.31 | 18.8 | 6.35 | - |
| YUV | 118.15 | 92.93 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 114 | 56 | 0 | 0.24 | 0.63 | 0.41 | 37.02 | 0.46 | 0.4 |
| Hex | 96 | 72 | 38 | 0 | 18 | 3F | 29 | 25 | 2E | 28 |
| Octal | 226 | 162 | 70 | 0 | 30 | 77 | 51 | 45 | 56 | 50 |
| Binary | 10010110 | 1110010 | 111000 | 0 | 11000 | 111111 | 101001 | 100101 | 101110 | 101000 |
Color Harmonies of #967238
Complementary color
Monochromatic Colors of #967238
Black with #967238
Text Example
Text Example
White with #967238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967238; }
p { color: rgb(150,114,56); }
H1.HeaderClassName
{
color: #967238;
}
.AnyTagClassName
{
color: #967238;
}
</style>
background-color css
<style>
a { background-color: #967238; }
a { background-color: rgb(150,114,56); }
div.DivClassName
{
background-color: #967238;
}
.BgClassName
{
background-color: #967238;
}
</style>
border-color css
<style>
span { border-color: #967238; }
span { border-color: rgb(150,114,56); }
td.TdClassName
{
border-color: #967238;
}
.TagClassName
{
border-color: #967238;
}
</style>