Shades of Buttered Rum #956F31
Tints of Buttered Rum #956F31
RGB
CMYK
RGB Variations
Color information
#956F31 (or 0x956F31) is known color: Buttered Rum. HEX triplet: 95, 6F and 31. RGB value is (149,111,49). Sum of RGB (Red+Green+Blue) = 149+111+49=309 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.22% from 309); Green value is 111 (43.75% from 255 or 35.92% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 149 - color contains mainly: red. Hex color #956F31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956F31 is #6A90CE. Grayscale: #737373. Windows color (decimal): -6983887 or 3239829. OLE color: 3239829.
HSL color Cylindrical-coordinate representation of color #956F31: hue angle of 37.2º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #956F31 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 111 | 49 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.42 |
| HSL | 37.2º | 0.51% | 0.39% | - |
| HSV(B) | 37.2º | 0.67% | 0.58% | - |
| XYZ | 18.63 | 17.98 | 5.39 | - |
| YUV | 115.29 | 90.59 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 111 | 49 | 0 | 0.26 | 0.67 | 0.42 | 37.2 | 0.51 | 0.39 |
| Hex | 95 | 6F | 31 | 0 | 1A | 43 | 2A | 25 | 33 | 27 |
| Octal | 225 | 157 | 61 | 0 | 32 | 103 | 52 | 45 | 63 | 47 |
| Binary | 10010101 | 1101111 | 110001 | 0 | 11010 | 1000011 | 101010 | 100101 | 110011 | 100111 |
Color Harmonies of #956F31
Complementary color
Monochromatic Colors of #956F31
Black with #956F31
Text Example
Text Example
White with #956F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956F31; }
p { color: rgb(149,111,49); }
H1.HeaderClassName
{
color: #956F31;
}
.AnyTagClassName
{
color: #956F31;
}
</style>
background-color css
<style>
a { background-color: #956F31; }
a { background-color: rgb(149,111,49); }
div.DivClassName
{
background-color: #956F31;
}
.BgClassName
{
background-color: #956F31;
}
</style>
border-color css
<style>
span { border-color: #956F31; }
span { border-color: rgb(149,111,49); }
td.TdClassName
{
border-color: #956F31;
}
.TagClassName
{
border-color: #956F31;
}
</style>