Shades of Buttered Rum #976E2E
Tints of Buttered Rum #976E2E
RGB
CMYK
RGB Variations
Color information
#976E2E (or 0x976E2E) is known color: Buttered Rum. HEX triplet: 97, 6E and 2E. RGB value is (151,110,46). Sum of RGB (Red+Green+Blue) = 151+110+46=307 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.19% from 307); Green value is 110 (43.36% from 255 or 35.83% from 307); Blue value is 46 (18.36% from 255 or 14.98% from 307); Max value from RGB is 151 - color contains mainly: red. Hex color #976E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976E2E is #6891D1. Grayscale: #737373. Windows color (decimal): -6853074 or 3042967. OLE color: 3042967.
HSL color Cylindrical-coordinate representation of color #976E2E: hue angle of 36.57º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #976E2E is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 110 | 46 | - |
| CMYK | 0 | 0.27 | 0.70 | 0.41 |
| HSL | 36.57º | 0.53% | 0.39% | - |
| HSV(B) | 36.57º | 0.7% | 0.59% | - |
| XYZ | 18.83 | 17.93 | 5.05 | - |
| YUV | 114.96 | 89.08 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 110 | 46 | 0 | 0.27 | 0.70 | 0.41 | 36.57 | 0.53 | 0.39 |
| Hex | 97 | 6E | 2E | 0 | 1B | 46 | 29 | 25 | 35 | 27 |
| Octal | 227 | 156 | 56 | 0 | 33 | 106 | 51 | 45 | 65 | 47 |
| Binary | 10010111 | 1101110 | 101110 | 0 | 11011 | 1000110 | 101001 | 100101 | 110101 | 100111 |
Color Harmonies of #976E2E
Complementary color
Monochromatic Colors of #976E2E
Black with #976E2E
Text Example
Text Example
White with #976E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976E2E; }
p { color: rgb(151,110,46); }
H1.HeaderClassName
{
color: #976E2E;
}
.AnyTagClassName
{
color: #976E2E;
}
</style>
background-color css
<style>
a { background-color: #976E2E; }
a { background-color: rgb(151,110,46); }
div.DivClassName
{
background-color: #976E2E;
}
.BgClassName
{
background-color: #976E2E;
}
</style>
border-color css
<style>
span { border-color: #976E2E; }
span { border-color: rgb(151,110,46); }
td.TdClassName
{
border-color: #976E2E;
}
.TagClassName
{
border-color: #976E2E;
}
</style>