Shades of Buttered Rum #956A30
Tints of Buttered Rum #956A30
RGB
CMYK
RGB Variations
Color information
#956A30 (or 0x956A30) is known color: Buttered Rum. HEX triplet: 95, 6A and 30. RGB value is (149,106,48). Sum of RGB (Red+Green+Blue) = 149+106+48=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 106 (41.80% from 255 or 34.98% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 149 - color contains mainly: red. Hex color #956A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956A30 is #6A95CF. Grayscale: #707070. Windows color (decimal): -6985168 or 3173013. OLE color: 3173013.
HSL color Cylindrical-coordinate representation of color #956A30: hue angle of 34.46º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #956A30 is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 106 | 48 | - |
| CMYK | 0 | 0.29 | 0.68 | 0.42 |
| HSL | 34.46º | 0.51% | 0.39% | - |
| HSV(B) | 34.46º | 0.68% | 0.58% | - |
| XYZ | 18.08 | 16.91 | 5.11 | - |
| YUV | 112.25 | 91.75 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 106 | 48 | 0 | 0.29 | 0.68 | 0.42 | 34.46 | 0.51 | 0.39 |
| Hex | 95 | 6A | 30 | 0 | 1D | 44 | 2A | 22 | 33 | 27 |
| Octal | 225 | 152 | 60 | 0 | 35 | 104 | 52 | 42 | 63 | 47 |
| Binary | 10010101 | 1101010 | 110000 | 0 | 11101 | 1000100 | 101010 | 100010 | 110011 | 100111 |
Color Harmonies of #956A30
Complementary color
Monochromatic Colors of #956A30
Black with #956A30
Text Example
Text Example
White with #956A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956A30; }
p { color: rgb(149,106,48); }
H1.HeaderClassName
{
color: #956A30;
}
.AnyTagClassName
{
color: #956A30;
}
</style>
background-color css
<style>
a { background-color: #956A30; }
a { background-color: rgb(149,106,48); }
div.DivClassName
{
background-color: #956A30;
}
.BgClassName
{
background-color: #956A30;
}
</style>
border-color css
<style>
span { border-color: #956A30; }
span { border-color: rgb(149,106,48); }
td.TdClassName
{
border-color: #956A30;
}
.TagClassName
{
border-color: #956A30;
}
</style>