Shades of Buttered Rum #967234
Tints of Buttered Rum #967234
RGB
CMYK
RGB Variations
Color information
#967234 (or 0x967234) is known color: Buttered Rum. HEX triplet: 96, 72 and 34. RGB value is (150,114,52). Sum of RGB (Red+Green+Blue) = 150+114+52=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 52 (20.70% from 255 or 16.46% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #967234 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967234 is #698DCB. Grayscale: #757575. Windows color (decimal): -6917580 or 3437206. OLE color: 3437206.
HSL color Cylindrical-coordinate representation of color #967234: hue angle of 37.96º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #967234 is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 114 | 52 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.41 |
| HSL | 37.96º | 0.49% | 0.4% | - |
| HSV(B) | 37.96º | 0.65% | 0.59% | - |
| XYZ | 19.21 | 18.77 | 5.86 | - |
| YUV | 117.7 | 90.93 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 114 | 52 | 0 | 0.24 | 0.65 | 0.41 | 37.96 | 0.49 | 0.4 |
| Hex | 96 | 72 | 34 | 0 | 18 | 41 | 29 | 26 | 31 | 28 |
| Octal | 226 | 162 | 64 | 0 | 30 | 101 | 51 | 46 | 61 | 50 |
| Binary | 10010110 | 1110010 | 110100 | 0 | 11000 | 1000001 | 101001 | 100110 | 110001 | 101000 |
Color Harmonies of #967234
Complementary color
Monochromatic Colors of #967234
Black with #967234
Text Example
Text Example
White with #967234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967234; }
p { color: rgb(150,114,52); }
H1.HeaderClassName
{
color: #967234;
}
.AnyTagClassName
{
color: #967234;
}
</style>
background-color css
<style>
a { background-color: #967234; }
a { background-color: rgb(150,114,52); }
div.DivClassName
{
background-color: #967234;
}
.BgClassName
{
background-color: #967234;
}
</style>
border-color css
<style>
span { border-color: #967234; }
span { border-color: rgb(150,114,52); }
td.TdClassName
{
border-color: #967234;
}
.TagClassName
{
border-color: #967234;
}
</style>