Shades of Buttered Rum #976F2A
Tints of Buttered Rum #976F2A
RGB
CMYK
RGB Variations
Color information
#976F2A (or 0x976F2A) is known color: Buttered Rum. HEX triplet: 97, 6F and 2A. RGB value is (151,111,42). Sum of RGB (Red+Green+Blue) = 151+111+42=304 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.67% from 304); Green value is 111 (43.75% from 255 or 36.51% from 304); Blue value is 42 (16.80% from 255 or 13.82% from 304); Max value from RGB is 151 - color contains mainly: red. Hex color #976F2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976F2A is #6890D5. Grayscale: #737373. Windows color (decimal): -6852822 or 2781079. OLE color: 2781079.
HSL color Cylindrical-coordinate representation of color #976F2A: hue angle of 37.98º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #976F2A is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 111 | 42 | - |
| CMYK | 0 | 0.26 | 0.72 | 0.41 |
| HSL | 37.98º | 0.56% | 0.38% | - |
| HSV(B) | 37.98º | 0.72% | 0.59% | - |
| XYZ | 18.86 | 18.12 | 4.69 | - |
| YUV | 115.09 | 86.75 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 111 | 42 | 0 | 0.26 | 0.72 | 0.41 | 37.98 | 0.56 | 0.38 |
| Hex | 97 | 6F | 2A | 0 | 1A | 48 | 29 | 26 | 38 | 26 |
| Octal | 227 | 157 | 52 | 0 | 32 | 110 | 51 | 46 | 70 | 46 |
| Binary | 10010111 | 1101111 | 101010 | 0 | 11010 | 1001000 | 101001 | 100110 | 111000 | 100110 |
Color Harmonies of #976F2A
Complementary color
Monochromatic Colors of #976F2A
Black with #976F2A
Text Example
Text Example
White with #976F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976F2A; }
p { color: rgb(151,111,42); }
H1.HeaderClassName
{
color: #976F2A;
}
.AnyTagClassName
{
color: #976F2A;
}
</style>
background-color css
<style>
a { background-color: #976F2A; }
a { background-color: rgb(151,111,42); }
div.DivClassName
{
background-color: #976F2A;
}
.BgClassName
{
background-color: #976F2A;
}
</style>
border-color css
<style>
span { border-color: #976F2A; }
span { border-color: rgb(151,111,42); }
td.TdClassName
{
border-color: #976F2A;
}
.TagClassName
{
border-color: #976F2A;
}
</style>