Shades of Buttered Rum #976D2D
Tints of Buttered Rum #976D2D
RGB
CMYK
RGB Variations
Color information
#976D2D (or 0x976D2D) is known color: Buttered Rum. HEX triplet: 97, 6D and 2D. RGB value is (151,109,45). Sum of RGB (Red+Green+Blue) = 151+109+45=305 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.51% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 151 - color contains mainly: red. Hex color #976D2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976D2D is #6892D2. Grayscale: #727272. Windows color (decimal): -6853331 or 2977175. OLE color: 2977175.
HSL color Cylindrical-coordinate representation of color #976D2D: hue angle of 36.23º 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 #976D2D is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 109 | 45 | - |
| CMYK | 0 | 0.28 | 0.70 | 0.41 |
| HSL | 36.23º | 0.54% | 0.38% | - |
| HSV(B) | 36.23º | 0.7% | 0.59% | - |
| XYZ | 18.7 | 17.71 | 4.91 | - |
| YUV | 114.26 | 88.91 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 109 | 45 | 0 | 0.28 | 0.70 | 0.41 | 36.23 | 0.54 | 0.38 |
| Hex | 97 | 6D | 2D | 0 | 1C | 46 | 29 | 24 | 36 | 26 |
| Octal | 227 | 155 | 55 | 0 | 34 | 106 | 51 | 44 | 66 | 46 |
| Binary | 10010111 | 1101101 | 101101 | 0 | 11100 | 1000110 | 101001 | 100100 | 110110 | 100110 |
Color Harmonies of #976D2D
Complementary color
Monochromatic Colors of #976D2D
Black with #976D2D
Text Example
Text Example
White with #976D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976D2D; }
p { color: rgb(151,109,45); }
H1.HeaderClassName
{
color: #976D2D;
}
.AnyTagClassName
{
color: #976D2D;
}
</style>
background-color css
<style>
a { background-color: #976D2D; }
a { background-color: rgb(151,109,45); }
div.DivClassName
{
background-color: #976D2D;
}
.BgClassName
{
background-color: #976D2D;
}
</style>
border-color css
<style>
span { border-color: #976D2D; }
span { border-color: rgb(151,109,45); }
td.TdClassName
{
border-color: #976D2D;
}
.TagClassName
{
border-color: #976D2D;
}
</style>