Shades of Buttered Rum #967136
Tints of Buttered Rum #967136
RGB
CMYK
RGB Variations
Color information
#967136 (or 0x967136) is known color: Buttered Rum. HEX triplet: 96, 71 and 36. RGB value is (150,113,54). Sum of RGB (Red+Green+Blue) = 150+113+54=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 54 (21.48% from 255 or 17.03% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #967136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967136 is #698EC9. Grayscale: #757575. Windows color (decimal): -6917834 or 3568022. OLE color: 3568022.
HSL color Cylindrical-coordinate representation of color #967136: hue angle of 36.88º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #967136 is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 113 | 54 | - |
| CMYK | 0 | 0.25 | 0.64 | 0.41 |
| HSL | 36.88º | 0.47% | 0.4% | - |
| HSV(B) | 36.88º | 0.64% | 0.59% | - |
| XYZ | 19.15 | 18.56 | 6.06 | - |
| YUV | 117.34 | 92.26 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 113 | 54 | 0 | 0.25 | 0.64 | 0.41 | 36.88 | 0.47 | 0.4 |
| Hex | 96 | 71 | 36 | 0 | 19 | 40 | 29 | 25 | 2F | 28 |
| Octal | 226 | 161 | 66 | 0 | 31 | 100 | 51 | 45 | 57 | 50 |
| Binary | 10010110 | 1110001 | 110110 | 0 | 11001 | 1000000 | 101001 | 100101 | 101111 | 101000 |
Color Harmonies of #967136
Complementary color
Monochromatic Colors of #967136
Black with #967136
Text Example
Text Example
White with #967136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967136; }
p { color: rgb(150,113,54); }
H1.HeaderClassName
{
color: #967136;
}
.AnyTagClassName
{
color: #967136;
}
</style>
background-color css
<style>
a { background-color: #967136; }
a { background-color: rgb(150,113,54); }
div.DivClassName
{
background-color: #967136;
}
.BgClassName
{
background-color: #967136;
}
</style>
border-color css
<style>
span { border-color: #967136; }
span { border-color: rgb(150,113,54); }
td.TdClassName
{
border-color: #967136;
}
.TagClassName
{
border-color: #967136;
}
</style>