Shades of Buttered Rum #976A2D
Tints of Buttered Rum #976A2D
RGB
CMYK
RGB Variations
Color information
#976A2D (or 0x976A2D) is known color: Buttered Rum. HEX triplet: 97, 6A and 2D. RGB value is (151,106,45). Sum of RGB (Red+Green+Blue) = 151+106+45=302 (40% of max value = 765). Red value is 151 (59.38% from 255 or 50% from 302); Green value is 106 (41.80% from 255 or 35.10% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 151 - color contains mainly: red. Hex color #976A2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976A2D is #6895D2. Grayscale: #707070. Windows color (decimal): -6854099 or 2976407. OLE color: 2976407.
HSL color Cylindrical-coordinate representation of color #976A2D: hue angle of 34.53º 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 #976A2D is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 106 | 45 | - |
| CMYK | 0 | 0.30 | 0.70 | 0.41 |
| HSL | 34.53º | 0.54% | 0.38% | - |
| HSV(B) | 34.53º | 0.7% | 0.59% | - |
| XYZ | 18.39 | 17.08 | 4.81 | - |
| YUV | 112.5 | 89.91 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 106 | 45 | 0 | 0.30 | 0.70 | 0.41 | 34.53 | 0.54 | 0.38 |
| Hex | 97 | 6A | 2D | 0 | 1E | 46 | 29 | 23 | 36 | 26 |
| Octal | 227 | 152 | 55 | 0 | 36 | 106 | 51 | 43 | 66 | 46 |
| Binary | 10010111 | 1101010 | 101101 | 0 | 11110 | 1000110 | 101001 | 100011 | 110110 | 100110 |
Color Harmonies of #976A2D
Complementary color
Monochromatic Colors of #976A2D
Black with #976A2D
Text Example
Text Example
White with #976A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976A2D; }
p { color: rgb(151,106,45); }
H1.HeaderClassName
{
color: #976A2D;
}
.AnyTagClassName
{
color: #976A2D;
}
</style>
background-color css
<style>
a { background-color: #976A2D; }
a { background-color: rgb(151,106,45); }
div.DivClassName
{
background-color: #976A2D;
}
.BgClassName
{
background-color: #976A2D;
}
</style>
border-color css
<style>
span { border-color: #976A2D; }
span { border-color: rgb(151,106,45); }
td.TdClassName
{
border-color: #976A2D;
}
.TagClassName
{
border-color: #976A2D;
}
</style>