Shades of Buttered Rum #976C26
Tints of Buttered Rum #976C26
RGB
CMYK
RGB Variations
Color information
#976C26 (or 0x976C26) is known color: Buttered Rum. HEX triplet: 97, 6C and 26. RGB value is (151,108,38). Sum of RGB (Red+Green+Blue) = 151+108+38=297 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.84% from 297); Green value is 108 (42.58% from 255 or 36.36% from 297); Blue value is 38 (15.23% from 255 or 12.79% from 297); Max value from RGB is 151 - color contains mainly: red. Hex color #976C26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976C26 is #6893D9. Grayscale: #717171. Windows color (decimal): -6853594 or 2518167. OLE color: 2518167.
HSL color Cylindrical-coordinate representation of color #976C26: hue angle of 37.17º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #976C26 is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 108 | 38 | - |
| CMYK | 0 | 0.28 | 0.75 | 0.41 |
| HSL | 37.17º | 0.6% | 0.37% | - |
| HSV(B) | 37.17º | 0.75% | 0.59% | - |
| XYZ | 18.47 | 17.44 | 4.23 | - |
| YUV | 112.88 | 85.75 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 108 | 38 | 0 | 0.28 | 0.75 | 0.41 | 37.17 | 0.6 | 0.37 |
| Hex | 97 | 6C | 26 | 0 | 1C | 4B | 29 | 25 | 3C | 25 |
| Octal | 227 | 154 | 46 | 0 | 34 | 113 | 51 | 45 | 74 | 45 |
| Binary | 10010111 | 1101100 | 100110 | 0 | 11100 | 1001011 | 101001 | 100101 | 111100 | 100101 |
Color Harmonies of #976C26
Complementary color
Monochromatic Colors of #976C26
Black with #976C26
Text Example
Text Example
White with #976C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976C26; }
p { color: rgb(151,108,38); }
H1.HeaderClassName
{
color: #976C26;
}
.AnyTagClassName
{
color: #976C26;
}
</style>
background-color css
<style>
a { background-color: #976C26; }
a { background-color: rgb(151,108,38); }
div.DivClassName
{
background-color: #976C26;
}
.BgClassName
{
background-color: #976C26;
}
</style>
border-color css
<style>
span { border-color: #976C26; }
span { border-color: rgb(151,108,38); }
td.TdClassName
{
border-color: #976C26;
}
.TagClassName
{
border-color: #976C26;
}
</style>