Shades of Buttered Rum #956831
Tints of Buttered Rum #956831
RGB
CMYK
RGB Variations
Color information
#956831 (or 0x956831) is known color: Buttered Rum. HEX triplet: 95, 68 and 31. RGB value is (149,104,49). Sum of RGB (Red+Green+Blue) = 149+104+49=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 104 (41.02% from 255 or 34.44% from 302); Blue value is 49 (19.53% from 255 or 16.23% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #956831 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956831 is #6A97CE. Grayscale: #6F6F6F. Windows color (decimal): -6985679 or 3238037. OLE color: 3238037.
HSL color Cylindrical-coordinate representation of color #956831: hue angle of 33º 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 #956831 is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 104 | 49 | - |
| CMYK | 0 | 0.30 | 0.67 | 0.42 |
| HSL | 33º | 0.51% | 0.39% | - |
| HSV(B) | 33º | 0.67% | 0.58% | - |
| XYZ | 17.9 | 16.51 | 5.15 | - |
| YUV | 111.19 | 92.91 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 104 | 49 | 0 | 0.30 | 0.67 | 0.42 | 33 | 0.51 | 0.39 |
| Hex | 95 | 68 | 31 | 0 | 1E | 43 | 2A | 21 | 33 | 27 |
| Octal | 225 | 150 | 61 | 0 | 36 | 103 | 52 | 41 | 63 | 47 |
| Binary | 10010101 | 1101000 | 110001 | 0 | 11110 | 1000011 | 101010 | 100001 | 110011 | 100111 |
Color Harmonies of #956831
Complementary color
Monochromatic Colors of #956831
Black with #956831
Text Example
Text Example
White with #956831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956831; }
p { color: rgb(149,104,49); }
H1.HeaderClassName
{
color: #956831;
}
.AnyTagClassName
{
color: #956831;
}
</style>
background-color css
<style>
a { background-color: #956831; }
a { background-color: rgb(149,104,49); }
div.DivClassName
{
background-color: #956831;
}
.BgClassName
{
background-color: #956831;
}
</style>
border-color css
<style>
span { border-color: #956831; }
span { border-color: rgb(149,104,49); }
td.TdClassName
{
border-color: #956831;
}
.TagClassName
{
border-color: #956831;
}
</style>