Shades of Buttered Rum #976E27
Tints of Buttered Rum #976E27
RGB
CMYK
RGB Variations
Color information
#976E27 (or 0x976E27) is known color: Buttered Rum. HEX triplet: 97, 6E and 27. RGB value is (151,110,39). Sum of RGB (Red+Green+Blue) = 151+110+39=300 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.33% from 300); Green value is 110 (43.36% from 255 or 36.67% from 300); Blue value is 39 (15.62% from 255 or 13% from 300); Max value from RGB is 151 - color contains mainly: red. Hex color #976E27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976E27 is #6891D8. Grayscale: #727272. Windows color (decimal): -6853081 or 2584215. OLE color: 2584215.
HSL color Cylindrical-coordinate representation of color #976E27: hue angle of 38.04º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #976E27 is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 110 | 39 | - |
| CMYK | 0 | 0.27 | 0.74 | 0.41 |
| HSL | 38.04º | 0.59% | 0.37% | - |
| HSV(B) | 38.04º | 0.74% | 0.59% | - |
| XYZ | 18.7 | 17.88 | 4.38 | - |
| YUV | 114.17 | 85.58 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 110 | 39 | 0 | 0.27 | 0.74 | 0.41 | 38.04 | 0.59 | 0.37 |
| Hex | 97 | 6E | 27 | 0 | 1B | 4A | 29 | 26 | 3B | 25 |
| Octal | 227 | 156 | 47 | 0 | 33 | 112 | 51 | 46 | 73 | 45 |
| Binary | 10010111 | 1101110 | 100111 | 0 | 11011 | 1001010 | 101001 | 100110 | 111011 | 100101 |
Color Harmonies of #976E27
Complementary color
Monochromatic Colors of #976E27
Black with #976E27
Text Example
Text Example
White with #976E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976E27; }
p { color: rgb(151,110,39); }
H1.HeaderClassName
{
color: #976E27;
}
.AnyTagClassName
{
color: #976E27;
}
</style>
background-color css
<style>
a { background-color: #976E27; }
a { background-color: rgb(151,110,39); }
div.DivClassName
{
background-color: #976E27;
}
.BgClassName
{
background-color: #976E27;
}
</style>
border-color css
<style>
span { border-color: #976E27; }
span { border-color: rgb(151,110,39); }
td.TdClassName
{
border-color: #976E27;
}
.TagClassName
{
border-color: #976E27;
}
</style>