Shades of Buttered Rum #956B2C
Tints of Buttered Rum #956B2C
RGB
CMYK
RGB Variations
Color information
#956B2C (or 0x956B2C) is known color: Buttered Rum. HEX triplet: 95, 6B and 2C. RGB value is (149,107,44). Sum of RGB (Red+Green+Blue) = 149+107+44=300 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.67% from 300); Green value is 107 (42.19% from 255 or 35.67% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 149 - color contains mainly: red. Hex color #956B2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956B2C is #6A94D3. Grayscale: #707070. Windows color (decimal): -6984916 or 2911125. OLE color: 2911125.
HSL color Cylindrical-coordinate representation of color #956B2C: hue angle of 36º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #956B2C is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 107 | 44 | - |
| CMYK | 0 | 0.28 | 0.70 | 0.42 |
| HSL | 36º | 0.54% | 0.38% | - |
| HSV(B) | 36º | 0.7% | 0.58% | - |
| XYZ | 18.11 | 17.09 | 4.73 | - |
| YUV | 112.38 | 89.41 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 107 | 44 | 0 | 0.28 | 0.70 | 0.42 | 36 | 0.54 | 0.38 |
| Hex | 95 | 6B | 2C | 0 | 1C | 46 | 2A | 24 | 36 | 26 |
| Octal | 225 | 153 | 54 | 0 | 34 | 106 | 52 | 44 | 66 | 46 |
| Binary | 10010101 | 1101011 | 101100 | 0 | 11100 | 1000110 | 101010 | 100100 | 110110 | 100110 |
Color Harmonies of #956B2C
Complementary color
Monochromatic Colors of #956B2C
Black with #956B2C
Text Example
Text Example
White with #956B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956B2C; }
p { color: rgb(149,107,44); }
H1.HeaderClassName
{
color: #956B2C;
}
.AnyTagClassName
{
color: #956B2C;
}
</style>
background-color css
<style>
a { background-color: #956B2C; }
a { background-color: rgb(149,107,44); }
div.DivClassName
{
background-color: #956B2C;
}
.BgClassName
{
background-color: #956B2C;
}
</style>
border-color css
<style>
span { border-color: #956B2C; }
span { border-color: rgb(149,107,44); }
td.TdClassName
{
border-color: #956B2C;
}
.TagClassName
{
border-color: #956B2C;
}
</style>