Shades of Buttered Rum #976E2D
Tints of Buttered Rum #976E2D
RGB
CMYK
RGB Variations
Color information
#976E2D (or 0x976E2D) is known color: Buttered Rum. HEX triplet: 97, 6E and 2D. RGB value is (151,110,45). Sum of RGB (Red+Green+Blue) = 151+110+45=306 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.35% from 306); Green value is 110 (43.36% from 255 or 35.95% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 151 - color contains mainly: red. Hex color #976E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976E2D is #6891D2. Grayscale: #737373. Windows color (decimal): -6853075 or 2977431. OLE color: 2977431.
HSL color Cylindrical-coordinate representation of color #976E2D: hue angle of 36.79º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #976E2D is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 110 | 45 | - |
| CMYK | 0 | 0.27 | 0.70 | 0.41 |
| HSL | 36.79º | 0.54% | 0.38% | - |
| HSV(B) | 36.79º | 0.7% | 0.59% | - |
| XYZ | 18.81 | 17.92 | 4.95 | - |
| YUV | 114.85 | 88.58 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 110 | 45 | 0 | 0.27 | 0.70 | 0.41 | 36.79 | 0.54 | 0.38 |
| Hex | 97 | 6E | 2D | 0 | 1B | 46 | 29 | 25 | 36 | 26 |
| Octal | 227 | 156 | 55 | 0 | 33 | 106 | 51 | 45 | 66 | 46 |
| Binary | 10010111 | 1101110 | 101101 | 0 | 11011 | 1000110 | 101001 | 100101 | 110110 | 100110 |
Color Harmonies of #976E2D
Complementary color
Monochromatic Colors of #976E2D
Black with #976E2D
Text Example
Text Example
White with #976E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976E2D; }
p { color: rgb(151,110,45); }
H1.HeaderClassName
{
color: #976E2D;
}
.AnyTagClassName
{
color: #976E2D;
}
</style>
background-color css
<style>
a { background-color: #976E2D; }
a { background-color: rgb(151,110,45); }
div.DivClassName
{
background-color: #976E2D;
}
.BgClassName
{
background-color: #976E2D;
}
</style>
border-color css
<style>
span { border-color: #976E2D; }
span { border-color: rgb(151,110,45); }
td.TdClassName
{
border-color: #976E2D;
}
.TagClassName
{
border-color: #976E2D;
}
</style>