Shades of Buttered Rum #956F2D
Tints of Buttered Rum #956F2D
RGB
CMYK
RGB Variations
Color information
#956F2D (or 0x956F2D) is known color: Buttered Rum. HEX triplet: 95, 6F and 2D. RGB value is (149,111,45). Sum of RGB (Red+Green+Blue) = 149+111+45=305 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.85% from 305); Green value is 111 (43.75% from 255 or 36.39% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 149 - color contains mainly: red. Hex color #956F2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956F2D is #6A90D2. Grayscale: #737373. Windows color (decimal): -6983891 or 2977685. OLE color: 2977685.
HSL color Cylindrical-coordinate representation of color #956F2D: hue angle of 38.08º 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 #956F2D is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 111 | 45 | - |
| CMYK | 0 | 0.26 | 0.70 | 0.42 |
| HSL | 38.08º | 0.54% | 0.38% | - |
| HSV(B) | 38.08º | 0.7% | 0.58% | - |
| XYZ | 18.55 | 17.95 | 4.97 | - |
| YUV | 114.84 | 88.59 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 111 | 45 | 0 | 0.26 | 0.70 | 0.42 | 38.08 | 0.54 | 0.38 |
| Hex | 95 | 6F | 2D | 0 | 1A | 46 | 2A | 26 | 36 | 26 |
| Octal | 225 | 157 | 55 | 0 | 32 | 106 | 52 | 46 | 66 | 46 |
| Binary | 10010101 | 1101111 | 101101 | 0 | 11010 | 1000110 | 101010 | 100110 | 110110 | 100110 |
Color Harmonies of #956F2D
Complementary color
Monochromatic Colors of #956F2D
Black with #956F2D
Text Example
Text Example
White with #956F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956F2D; }
p { color: rgb(149,111,45); }
H1.HeaderClassName
{
color: #956F2D;
}
.AnyTagClassName
{
color: #956F2D;
}
</style>
background-color css
<style>
a { background-color: #956F2D; }
a { background-color: rgb(149,111,45); }
div.DivClassName
{
background-color: #956F2D;
}
.BgClassName
{
background-color: #956F2D;
}
</style>
border-color css
<style>
span { border-color: #956F2D; }
span { border-color: rgb(149,111,45); }
td.TdClassName
{
border-color: #956F2D;
}
.TagClassName
{
border-color: #956F2D;
}
</style>