Shades of Buttered Rum #956C31
Tints of Buttered Rum #956C31
RGB
CMYK
RGB Variations
Color information
#956C31 (or 0x956C31) is known color: Buttered Rum. HEX triplet: 95, 6C and 31. RGB value is (149,108,49). Sum of RGB (Red+Green+Blue) = 149+108+49=306 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.69% from 306); Green value is 108 (42.58% from 255 or 35.29% from 306); Blue value is 49 (19.53% from 255 or 16.01% from 306); Max value from RGB is 149 - color contains mainly: red. Hex color #956C31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956C31 is #6A93CE. Grayscale: #717171. Windows color (decimal): -6984655 or 3239061. OLE color: 3239061.
HSL color Cylindrical-coordinate representation of color #956C31: hue angle of 35.4º 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 #956C31 is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 108 | 49 | - |
| CMYK | 0 | 0.28 | 0.67 | 0.42 |
| HSL | 35.4º | 0.51% | 0.39% | - |
| HSV(B) | 35.4º | 0.67% | 0.58% | - |
| XYZ | 18.31 | 17.34 | 5.29 | - |
| YUV | 113.53 | 91.58 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 108 | 49 | 0 | 0.28 | 0.67 | 0.42 | 35.4 | 0.51 | 0.39 |
| Hex | 95 | 6C | 31 | 0 | 1C | 43 | 2A | 23 | 33 | 27 |
| Octal | 225 | 154 | 61 | 0 | 34 | 103 | 52 | 43 | 63 | 47 |
| Binary | 10010101 | 1101100 | 110001 | 0 | 11100 | 1000011 | 101010 | 100011 | 110011 | 100111 |
Color Harmonies of #956C31
Complementary color
Monochromatic Colors of #956C31
Black with #956C31
Text Example
Text Example
White with #956C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956C31; }
p { color: rgb(149,108,49); }
H1.HeaderClassName
{
color: #956C31;
}
.AnyTagClassName
{
color: #956C31;
}
</style>
background-color css
<style>
a { background-color: #956C31; }
a { background-color: rgb(149,108,49); }
div.DivClassName
{
background-color: #956C31;
}
.BgClassName
{
background-color: #956C31;
}
</style>
border-color css
<style>
span { border-color: #956C31; }
span { border-color: rgb(149,108,49); }
td.TdClassName
{
border-color: #956C31;
}
.TagClassName
{
border-color: #956C31;
}
</style>