Shades of Buttered Rum #956E2B
Tints of Buttered Rum #956E2B
RGB
CMYK
RGB Variations
Color information
#956E2B (or 0x956E2B) is known color: Buttered Rum. HEX triplet: 95, 6E and 2B. RGB value is (149,110,43). Sum of RGB (Red+Green+Blue) = 149+110+43=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 110 (43.36% from 255 or 36.42% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #956E2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956E2B is #6A91D4. Grayscale: #727272. Windows color (decimal): -6984149 or 2846357. OLE color: 2846357.
HSL color Cylindrical-coordinate representation of color #956E2B: hue angle of 37.92º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #956E2B is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 110 | 43 | - |
| CMYK | 0 | 0.26 | 0.71 | 0.42 |
| HSL | 37.92º | 0.55% | 0.38% | - |
| HSV(B) | 37.92º | 0.71% | 0.58% | - |
| XYZ | 18.41 | 17.72 | 4.73 | - |
| YUV | 114.02 | 87.92 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 110 | 43 | 0 | 0.26 | 0.71 | 0.42 | 37.92 | 0.55 | 0.38 |
| Hex | 95 | 6E | 2B | 0 | 1A | 47 | 2A | 26 | 37 | 26 |
| Octal | 225 | 156 | 53 | 0 | 32 | 107 | 52 | 46 | 67 | 46 |
| Binary | 10010101 | 1101110 | 101011 | 0 | 11010 | 1000111 | 101010 | 100110 | 110111 | 100110 |
Color Harmonies of #956E2B
Complementary color
Monochromatic Colors of #956E2B
Black with #956E2B
Text Example
Text Example
White with #956E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956E2B; }
p { color: rgb(149,110,43); }
H1.HeaderClassName
{
color: #956E2B;
}
.AnyTagClassName
{
color: #956E2B;
}
</style>
background-color css
<style>
a { background-color: #956E2B; }
a { background-color: rgb(149,110,43); }
div.DivClassName
{
background-color: #956E2B;
}
.BgClassName
{
background-color: #956E2B;
}
</style>
border-color css
<style>
span { border-color: #956E2B; }
span { border-color: rgb(149,110,43); }
td.TdClassName
{
border-color: #956E2B;
}
.TagClassName
{
border-color: #956E2B;
}
</style>