Shades of Buttered Rum #976D2C
Tints of Buttered Rum #976D2C
RGB
CMYK
RGB Variations
Color information
#976D2C (or 0x976D2C) is known color: Buttered Rum. HEX triplet: 97, 6D and 2C. RGB value is (151,109,44). Sum of RGB (Red+Green+Blue) = 151+109+44=304 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.67% from 304); Green value is 109 (42.97% from 255 or 35.86% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 151 - color contains mainly: red. Hex color #976D2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976D2C is #6892D3. Grayscale: #727272. Windows color (decimal): -6853332 or 2911639. OLE color: 2911639.
HSL color Cylindrical-coordinate representation of color #976D2C: hue angle of 36.45º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #976D2C is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 109 | 44 | - |
| CMYK | 0 | 0.28 | 0.71 | 0.41 |
| HSL | 36.45º | 0.55% | 0.38% | - |
| HSV(B) | 36.45º | 0.71% | 0.59% | - |
| XYZ | 18.69 | 17.7 | 4.81 | - |
| YUV | 114.15 | 88.41 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 109 | 44 | 0 | 0.28 | 0.71 | 0.41 | 36.45 | 0.55 | 0.38 |
| Hex | 97 | 6D | 2C | 0 | 1C | 47 | 29 | 24 | 37 | 26 |
| Octal | 227 | 155 | 54 | 0 | 34 | 107 | 51 | 44 | 67 | 46 |
| Binary | 10010111 | 1101101 | 101100 | 0 | 11100 | 1000111 | 101001 | 100100 | 110111 | 100110 |
Color Harmonies of #976D2C
Complementary color
Monochromatic Colors of #976D2C
Black with #976D2C
Text Example
Text Example
White with #976D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976D2C; }
p { color: rgb(151,109,44); }
H1.HeaderClassName
{
color: #976D2C;
}
.AnyTagClassName
{
color: #976D2C;
}
</style>
background-color css
<style>
a { background-color: #976D2C; }
a { background-color: rgb(151,109,44); }
div.DivClassName
{
background-color: #976D2C;
}
.BgClassName
{
background-color: #976D2C;
}
</style>
border-color css
<style>
span { border-color: #976D2C; }
span { border-color: rgb(151,109,44); }
td.TdClassName
{
border-color: #976D2C;
}
.TagClassName
{
border-color: #976D2C;
}
</style>