Shades of Buttered Rum #956C37
Tints of Buttered Rum #956C37
RGB
CMYK
RGB Variations
Color information
#956C37 (or 0x956C37) is known color: Buttered Rum. HEX triplet: 95, 6C and 37. RGB value is (149,108,55). Sum of RGB (Red+Green+Blue) = 149+108+55=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 55 (21.88% from 255 or 17.63% from 312); Max value from RGB is 149 - color contains mainly: red. Hex color #956C37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956C37 is #6A93C8. Grayscale: #727272. Windows color (decimal): -6984649 or 3632277. OLE color: 3632277.
HSL color Cylindrical-coordinate representation of color #956C37: hue angle of 33.83º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #956C37 is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 108 | 55 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.42 |
| HSL | 33.83º | 0.46% | 0.4% | - |
| HSV(B) | 33.83º | 0.63% | 0.58% | - |
| XYZ | 18.45 | 17.39 | 6 | - |
| YUV | 114.22 | 94.58 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 108 | 55 | 0 | 0.28 | 0.63 | 0.42 | 33.83 | 0.46 | 0.4 |
| Hex | 95 | 6C | 37 | 0 | 1C | 3F | 2A | 22 | 2E | 28 |
| Octal | 225 | 154 | 67 | 0 | 34 | 77 | 52 | 42 | 56 | 50 |
| Binary | 10010101 | 1101100 | 110111 | 0 | 11100 | 111111 | 101010 | 100010 | 101110 | 101000 |
Color Harmonies of #956C37
Complementary color
Monochromatic Colors of #956C37
Black with #956C37
Text Example
Text Example
White with #956C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956C37; }
p { color: rgb(149,108,55); }
H1.HeaderClassName
{
color: #956C37;
}
.AnyTagClassName
{
color: #956C37;
}
</style>
background-color css
<style>
a { background-color: #956C37; }
a { background-color: rgb(149,108,55); }
div.DivClassName
{
background-color: #956C37;
}
.BgClassName
{
background-color: #956C37;
}
</style>
border-color css
<style>
span { border-color: #956C37; }
span { border-color: rgb(149,108,55); }
td.TdClassName
{
border-color: #956C37;
}
.TagClassName
{
border-color: #956C37;
}
</style>