Shades of Buttered Rum #956C2D
Tints of Buttered Rum #956C2D
RGB
CMYK
RGB Variations
Color information
#956C2D (or 0x956C2D) is known color: Buttered Rum. HEX triplet: 95, 6C and 2D. RGB value is (149,108,45). Sum of RGB (Red+Green+Blue) = 149+108+45=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 108 (42.58% from 255 or 35.76% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #956C2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956C2D is #6A93D2. Grayscale: #717171. Windows color (decimal): -6984659 or 2976917. OLE color: 2976917.
HSL color Cylindrical-coordinate representation of color #956C2D: hue angle of 36.35º 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 #956C2D is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 108 | 45 | - |
| CMYK | 0 | 0.28 | 0.70 | 0.42 |
| HSL | 36.35º | 0.54% | 0.38% | - |
| HSV(B) | 36.35º | 0.7% | 0.58% | - |
| XYZ | 18.23 | 17.3 | 4.86 | - |
| YUV | 113.08 | 89.58 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 108 | 45 | 0 | 0.28 | 0.70 | 0.42 | 36.35 | 0.54 | 0.38 |
| Hex | 95 | 6C | 2D | 0 | 1C | 46 | 2A | 24 | 36 | 26 |
| Octal | 225 | 154 | 55 | 0 | 34 | 106 | 52 | 44 | 66 | 46 |
| Binary | 10010101 | 1101100 | 101101 | 0 | 11100 | 1000110 | 101010 | 100100 | 110110 | 100110 |
Color Harmonies of #956C2D
Complementary color
Monochromatic Colors of #956C2D
Black with #956C2D
Text Example
Text Example
White with #956C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956C2D; }
p { color: rgb(149,108,45); }
H1.HeaderClassName
{
color: #956C2D;
}
.AnyTagClassName
{
color: #956C2D;
}
</style>
background-color css
<style>
a { background-color: #956C2D; }
a { background-color: rgb(149,108,45); }
div.DivClassName
{
background-color: #956C2D;
}
.BgClassName
{
background-color: #956C2D;
}
</style>
border-color css
<style>
span { border-color: #956C2D; }
span { border-color: rgb(149,108,45); }
td.TdClassName
{
border-color: #956C2D;
}
.TagClassName
{
border-color: #956C2D;
}
</style>