Shades of Buttered Rum #956E2D
Tints of Buttered Rum #956E2D
RGB
CMYK
RGB Variations
Color information
#956E2D (or 0x956E2D) is known color: Buttered Rum. HEX triplet: 95, 6E and 2D. RGB value is (149,110,45). Sum of RGB (Red+Green+Blue) = 149+110+45=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 110 (43.36% from 255 or 36.18% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #956E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956E2D is #6A91D2. Grayscale: #727272. Windows color (decimal): -6984147 or 2977429. OLE color: 2977429.
HSL color Cylindrical-coordinate representation of color #956E2D: hue angle of 37.5º 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 #956E2D is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 110 | 45 | - |
| CMYK | 0 | 0.26 | 0.70 | 0.42 |
| HSL | 37.5º | 0.54% | 0.38% | - |
| HSV(B) | 37.5º | 0.7% | 0.58% | - |
| XYZ | 18.44 | 17.73 | 4.93 | - |
| YUV | 114.25 | 88.92 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 110 | 45 | 0 | 0.26 | 0.70 | 0.42 | 37.5 | 0.54 | 0.38 |
| Hex | 95 | 6E | 2D | 0 | 1A | 46 | 2A | 26 | 36 | 26 |
| Octal | 225 | 156 | 55 | 0 | 32 | 106 | 52 | 46 | 66 | 46 |
| Binary | 10010101 | 1101110 | 101101 | 0 | 11010 | 1000110 | 101010 | 100110 | 110110 | 100110 |
Color Harmonies of #956E2D
Complementary color
Monochromatic Colors of #956E2D
Black with #956E2D
Text Example
Text Example
White with #956E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956E2D; }
p { color: rgb(149,110,45); }
H1.HeaderClassName
{
color: #956E2D;
}
.AnyTagClassName
{
color: #956E2D;
}
</style>
background-color css
<style>
a { background-color: #956E2D; }
a { background-color: rgb(149,110,45); }
div.DivClassName
{
background-color: #956E2D;
}
.BgClassName
{
background-color: #956E2D;
}
</style>
border-color css
<style>
span { border-color: #956E2D; }
span { border-color: rgb(149,110,45); }
td.TdClassName
{
border-color: #956E2D;
}
.TagClassName
{
border-color: #956E2D;
}
</style>