Shades of Buttered Rum #976828
Tints of Buttered Rum #976828
RGB
CMYK
RGB Variations
Color information
#976828 (or 0x976828) is known color: Buttered Rum. HEX triplet: 97, 68 and 28. RGB value is (151,104,40). Sum of RGB (Red+Green+Blue) = 151+104+40=295 (39% of max value = 765). Red value is 151 (59.38% from 255 or 51.19% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 40 (16.02% from 255 or 13.56% from 295); Max value from RGB is 151 - color contains mainly: red. Hex color #976828 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976828 is #6897D7. Grayscale: #6F6F6F. Windows color (decimal): -6854616 or 2648215. OLE color: 2648215.
HSL color Cylindrical-coordinate representation of color #976828: hue angle of 34.59º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #976828 is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 104 | 40 | - |
| CMYK | 0 | 0.31 | 0.74 | 0.41 |
| HSL | 34.59º | 0.58% | 0.37% | - |
| HSV(B) | 34.59º | 0.74% | 0.59% | - |
| XYZ | 18.1 | 16.63 | 4.26 | - |
| YUV | 110.76 | 88.07 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 104 | 40 | 0 | 0.31 | 0.74 | 0.41 | 34.59 | 0.58 | 0.37 |
| Hex | 97 | 68 | 28 | 0 | 1F | 4A | 29 | 23 | 3A | 25 |
| Octal | 227 | 150 | 50 | 0 | 37 | 112 | 51 | 43 | 72 | 45 |
| Binary | 10010111 | 1101000 | 101000 | 0 | 11111 | 1001010 | 101001 | 100011 | 111010 | 100101 |
Color Harmonies of #976828
Complementary color
Monochromatic Colors of #976828
Black with #976828
Text Example
Text Example
White with #976828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976828; }
p { color: rgb(151,104,40); }
H1.HeaderClassName
{
color: #976828;
}
.AnyTagClassName
{
color: #976828;
}
</style>
background-color css
<style>
a { background-color: #976828; }
a { background-color: rgb(151,104,40); }
div.DivClassName
{
background-color: #976828;
}
.BgClassName
{
background-color: #976828;
}
</style>
border-color css
<style>
span { border-color: #976828; }
span { border-color: rgb(151,104,40); }
td.TdClassName
{
border-color: #976828;
}
.TagClassName
{
border-color: #976828;
}
</style>