Shades of Buttered Rum #956D2C
Tints of Buttered Rum #956D2C
RGB
CMYK
RGB Variations
Color information
#956D2C (or 0x956D2C) is known color: Buttered Rum. HEX triplet: 95, 6D and 2C. RGB value is (149,109,44). Sum of RGB (Red+Green+Blue) = 149+109+44=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 109 (42.97% from 255 or 36.09% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #956D2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956D2C is #6A92D3. Grayscale: #717171. Windows color (decimal): -6984404 or 2911637. OLE color: 2911637.
HSL color Cylindrical-coordinate representation of color #956D2C: hue angle of 37.14º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #956D2C is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 109 | 44 | - |
| CMYK | 0 | 0.27 | 0.70 | 0.42 |
| HSL | 37.14º | 0.54% | 0.38% | - |
| HSV(B) | 37.14º | 0.7% | 0.58% | - |
| XYZ | 18.32 | 17.51 | 4.8 | - |
| YUV | 113.55 | 88.75 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 109 | 44 | 0 | 0.27 | 0.70 | 0.42 | 37.14 | 0.54 | 0.38 |
| Hex | 95 | 6D | 2C | 0 | 1B | 46 | 2A | 25 | 36 | 26 |
| Octal | 225 | 155 | 54 | 0 | 33 | 106 | 52 | 45 | 66 | 46 |
| Binary | 10010101 | 1101101 | 101100 | 0 | 11011 | 1000110 | 101010 | 100101 | 110110 | 100110 |
Color Harmonies of #956D2C
Complementary color
Monochromatic Colors of #956D2C
Black with #956D2C
Text Example
Text Example
White with #956D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956D2C; }
p { color: rgb(149,109,44); }
H1.HeaderClassName
{
color: #956D2C;
}
.AnyTagClassName
{
color: #956D2C;
}
</style>
background-color css
<style>
a { background-color: #956D2C; }
a { background-color: rgb(149,109,44); }
div.DivClassName
{
background-color: #956D2C;
}
.BgClassName
{
background-color: #956D2C;
}
</style>
border-color css
<style>
span { border-color: #956D2C; }
span { border-color: rgb(149,109,44); }
td.TdClassName
{
border-color: #956D2C;
}
.TagClassName
{
border-color: #956D2C;
}
</style>