Shades of Buttered Rum #976D29
Tints of Buttered Rum #976D29
RGB
CMYK
RGB Variations
Color information
#976D29 (or 0x976D29) is known color: Buttered Rum. HEX triplet: 97, 6D and 29. RGB value is (151,109,41). Sum of RGB (Red+Green+Blue) = 151+109+41=301 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.17% from 301); Green value is 109 (42.97% from 255 or 36.21% from 301); Blue value is 41 (16.41% from 255 or 13.62% from 301); Max value from RGB is 151 - color contains mainly: red. Hex color #976D29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976D29 is #6892D6. Grayscale: #727272. Windows color (decimal): -6853335 or 2715031. OLE color: 2715031.
HSL color Cylindrical-coordinate representation of color #976D29: hue angle of 37.09º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #976D29 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 109 | 41 | - |
| CMYK | 0 | 0.28 | 0.73 | 0.41 |
| HSL | 37.09º | 0.57% | 0.38% | - |
| HSV(B) | 37.09º | 0.73% | 0.59% | - |
| XYZ | 18.63 | 17.68 | 4.53 | - |
| YUV | 113.81 | 86.91 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 109 | 41 | 0 | 0.28 | 0.73 | 0.41 | 37.09 | 0.57 | 0.38 |
| Hex | 97 | 6D | 29 | 0 | 1C | 49 | 29 | 25 | 39 | 26 |
| Octal | 227 | 155 | 51 | 0 | 34 | 111 | 51 | 45 | 71 | 46 |
| Binary | 10010111 | 1101101 | 101001 | 0 | 11100 | 1001001 | 101001 | 100101 | 111001 | 100110 |
Color Harmonies of #976D29
Complementary color
Monochromatic Colors of #976D29
Black with #976D29
Text Example
Text Example
White with #976D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976D29; }
p { color: rgb(151,109,41); }
H1.HeaderClassName
{
color: #976D29;
}
.AnyTagClassName
{
color: #976D29;
}
</style>
background-color css
<style>
a { background-color: #976D29; }
a { background-color: rgb(151,109,41); }
div.DivClassName
{
background-color: #976D29;
}
.BgClassName
{
background-color: #976D29;
}
</style>
border-color css
<style>
span { border-color: #976D29; }
span { border-color: rgb(151,109,41); }
td.TdClassName
{
border-color: #976D29;
}
.TagClassName
{
border-color: #976D29;
}
</style>