Shades of Buttered Rum #956D39
Tints of Buttered Rum #956D39
RGB
CMYK
RGB Variations
Color information
#956D39 (or 0x956D39) is known color: Buttered Rum. HEX triplet: 95, 6D and 39. RGB value is (149,109,57). Sum of RGB (Red+Green+Blue) = 149+109+57=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 57 (22.66% from 255 or 18.10% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #956D39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956D39 is #6A92C6. Grayscale: #737373. Windows color (decimal): -6984391 or 3763605. OLE color: 3763605.
HSL color Cylindrical-coordinate representation of color #956D39: hue angle of 33.91º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #956D39 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 109 | 57 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.42 |
| HSL | 33.91º | 0.45% | 0.4% | - |
| HSV(B) | 33.91º | 0.62% | 0.58% | - |
| XYZ | 18.6 | 17.62 | 6.29 | - |
| YUV | 115.03 | 95.25 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 109 | 57 | 0 | 0.27 | 0.62 | 0.42 | 33.91 | 0.45 | 0.4 |
| Hex | 95 | 6D | 39 | 0 | 1B | 3E | 2A | 22 | 2D | 28 |
| Octal | 225 | 155 | 71 | 0 | 33 | 76 | 52 | 42 | 55 | 50 |
| Binary | 10010101 | 1101101 | 111001 | 0 | 11011 | 111110 | 101010 | 100010 | 101101 | 101000 |
Color Harmonies of #956D39
Complementary color
Monochromatic Colors of #956D39
Black with #956D39
Text Example
Text Example
White with #956D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956D39; }
p { color: rgb(149,109,57); }
H1.HeaderClassName
{
color: #956D39;
}
.AnyTagClassName
{
color: #956D39;
}
</style>
background-color css
<style>
a { background-color: #956D39; }
a { background-color: rgb(149,109,57); }
div.DivClassName
{
background-color: #956D39;
}
.BgClassName
{
background-color: #956D39;
}
</style>
border-color css
<style>
span { border-color: #956D39; }
span { border-color: rgb(149,109,57); }
td.TdClassName
{
border-color: #956D39;
}
.TagClassName
{
border-color: #956D39;
}
</style>