Shades of Buttered Rum #956C2F
Tints of Buttered Rum #956C2F
RGB
CMYK
RGB Variations
Color information
#956C2F (or 0x956C2F) is known color: Buttered Rum. HEX triplet: 95, 6C and 2F. RGB value is (149,108,47). Sum of RGB (Red+Green+Blue) = 149+108+47=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 108 (42.58% from 255 or 35.53% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #956C2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956C2F is #6A93D0. Grayscale: #717171. Windows color (decimal): -6984657 or 3107989. OLE color: 3107989.
HSL color Cylindrical-coordinate representation of color #956C2F: hue angle of 35.88º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #956C2F is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 108 | 47 | - |
| CMYK | 0 | 0.28 | 0.68 | 0.42 |
| HSL | 35.88º | 0.52% | 0.38% | - |
| HSV(B) | 35.88º | 0.68% | 0.58% | - |
| XYZ | 18.27 | 17.32 | 5.07 | - |
| YUV | 113.31 | 90.58 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 108 | 47 | 0 | 0.28 | 0.68 | 0.42 | 35.88 | 0.52 | 0.38 |
| Hex | 95 | 6C | 2F | 0 | 1C | 44 | 2A | 24 | 34 | 26 |
| Octal | 225 | 154 | 57 | 0 | 34 | 104 | 52 | 44 | 64 | 46 |
| Binary | 10010101 | 1101100 | 101111 | 0 | 11100 | 1000100 | 101010 | 100100 | 110100 | 100110 |
Color Harmonies of #956C2F
Complementary color
Monochromatic Colors of #956C2F
Black with #956C2F
Text Example
Text Example
White with #956C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956C2F; }
p { color: rgb(149,108,47); }
H1.HeaderClassName
{
color: #956C2F;
}
.AnyTagClassName
{
color: #956C2F;
}
</style>
background-color css
<style>
a { background-color: #956C2F; }
a { background-color: rgb(149,108,47); }
div.DivClassName
{
background-color: #956C2F;
}
.BgClassName
{
background-color: #956C2F;
}
</style>
border-color css
<style>
span { border-color: #956C2F; }
span { border-color: rgb(149,108,47); }
td.TdClassName
{
border-color: #956C2F;
}
.TagClassName
{
border-color: #956C2F;
}
</style>