Shades of Buttered Rum #976E28
Tints of Buttered Rum #976E28
RGB
CMYK
RGB Variations
Color information
#976E28 (or 0x976E28) is known color: Buttered Rum. HEX triplet: 97, 6E and 28. RGB value is (151,110,40). Sum of RGB (Red+Green+Blue) = 151+110+40=301 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.17% from 301); Green value is 110 (43.36% from 255 or 36.54% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 151 - color contains mainly: red. Hex color #976E28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976E28 is #6891D7. Grayscale: #727272. Windows color (decimal): -6853080 or 2649751. OLE color: 2649751.
HSL color Cylindrical-coordinate representation of color #976E28: hue angle of 37.84º degrees, saturation: 0.58, 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 #976E28 is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 110 | 40 | - |
| CMYK | 0 | 0.27 | 0.74 | 0.41 |
| HSL | 37.84º | 0.58% | 0.37% | - |
| HSV(B) | 37.84º | 0.74% | 0.59% | - |
| XYZ | 18.72 | 17.88 | 4.47 | - |
| YUV | 114.28 | 86.08 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 110 | 40 | 0 | 0.27 | 0.74 | 0.41 | 37.84 | 0.58 | 0.37 |
| Hex | 97 | 6E | 28 | 0 | 1B | 4A | 29 | 26 | 3A | 25 |
| Octal | 227 | 156 | 50 | 0 | 33 | 112 | 51 | 46 | 72 | 45 |
| Binary | 10010111 | 1101110 | 101000 | 0 | 11011 | 1001010 | 101001 | 100110 | 111010 | 100101 |
Color Harmonies of #976E28
Complementary color
Monochromatic Colors of #976E28
Black with #976E28
Text Example
Text Example
White with #976E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976E28; }
p { color: rgb(151,110,40); }
H1.HeaderClassName
{
color: #976E28;
}
.AnyTagClassName
{
color: #976E28;
}
</style>
background-color css
<style>
a { background-color: #976E28; }
a { background-color: rgb(151,110,40); }
div.DivClassName
{
background-color: #976E28;
}
.BgClassName
{
background-color: #976E28;
}
</style>
border-color css
<style>
span { border-color: #976E28; }
span { border-color: rgb(151,110,40); }
td.TdClassName
{
border-color: #976E28;
}
.TagClassName
{
border-color: #976E28;
}
</style>