Shades of Buttered Rum #956F37
Tints of Buttered Rum #956F37
RGB
CMYK
RGB Variations
Color information
#956F37 (or 0x956F37) is known color: Buttered Rum. HEX triplet: 95, 6F and 37. RGB value is (149,111,55). Sum of RGB (Red+Green+Blue) = 149+111+55=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 55 (21.88% from 255 or 17.46% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #956F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956F37 is #6A90C8. Grayscale: #747474. Windows color (decimal): -6983881 or 3633045. OLE color: 3633045.
HSL color Cylindrical-coordinate representation of color #956F37: hue angle of 35.74º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #956F37 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 111 | 55 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.42 |
| HSL | 35.74º | 0.46% | 0.4% | - |
| HSV(B) | 35.74º | 0.63% | 0.58% | - |
| XYZ | 18.77 | 18.03 | 6.11 | - |
| YUV | 115.98 | 93.59 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 111 | 55 | 0 | 0.26 | 0.63 | 0.42 | 35.74 | 0.46 | 0.4 |
| Hex | 95 | 6F | 37 | 0 | 1A | 3F | 2A | 24 | 2E | 28 |
| Octal | 225 | 157 | 67 | 0 | 32 | 77 | 52 | 44 | 56 | 50 |
| Binary | 10010101 | 1101111 | 110111 | 0 | 11010 | 111111 | 101010 | 100100 | 101110 | 101000 |
Color Harmonies of #956F37
Complementary color
Monochromatic Colors of #956F37
Black with #956F37
Text Example
Text Example
White with #956F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956F37; }
p { color: rgb(149,111,55); }
H1.HeaderClassName
{
color: #956F37;
}
.AnyTagClassName
{
color: #956F37;
}
</style>
background-color css
<style>
a { background-color: #956F37; }
a { background-color: rgb(149,111,55); }
div.DivClassName
{
background-color: #956F37;
}
.BgClassName
{
background-color: #956F37;
}
</style>
border-color css
<style>
span { border-color: #956F37; }
span { border-color: rgb(149,111,55); }
td.TdClassName
{
border-color: #956F37;
}
.TagClassName
{
border-color: #956F37;
}
</style>