Shades of Buttered Rum #976D28
Tints of Buttered Rum #976D28
RGB
CMYK
RGB Variations
Color information
#976D28 (or 0x976D28) is known color: Buttered Rum. HEX triplet: 97, 6D and 28. RGB value is (151,109,40). Sum of RGB (Red+Green+Blue) = 151+109+40=300 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.33% from 300); Green value is 109 (42.97% from 255 or 36.33% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 151 - color contains mainly: red. Hex color #976D28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976D28 is #6892D7. Grayscale: #727272. Windows color (decimal): -6853336 or 2649495. OLE color: 2649495.
HSL color Cylindrical-coordinate representation of color #976D28: hue angle of 37.3º 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 #976D28 is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 109 | 40 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.41 |
| HSL | 37.3º | 0.58% | 0.37% | - |
| HSV(B) | 37.3º | 0.74% | 0.59% | - |
| XYZ | 18.61 | 17.67 | 4.44 | - |
| YUV | 113.69 | 86.41 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 109 | 40 | 0 | 0.28 | 0.74 | 0.41 | 37.3 | 0.58 | 0.37 |
| Hex | 97 | 6D | 28 | 0 | 1C | 4A | 29 | 25 | 3A | 25 |
| Octal | 227 | 155 | 50 | 0 | 34 | 112 | 51 | 45 | 72 | 45 |
| Binary | 10010111 | 1101101 | 101000 | 0 | 11100 | 1001010 | 101001 | 100101 | 111010 | 100101 |
Color Harmonies of #976D28
Complementary color
Monochromatic Colors of #976D28
Black with #976D28
Text Example
Text Example
White with #976D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976D28; }
p { color: rgb(151,109,40); }
H1.HeaderClassName
{
color: #976D28;
}
.AnyTagClassName
{
color: #976D28;
}
</style>
background-color css
<style>
a { background-color: #976D28; }
a { background-color: rgb(151,109,40); }
div.DivClassName
{
background-color: #976D28;
}
.BgClassName
{
background-color: #976D28;
}
</style>
border-color css
<style>
span { border-color: #976D28; }
span { border-color: rgb(151,109,40); }
td.TdClassName
{
border-color: #976D28;
}
.TagClassName
{
border-color: #976D28;
}
</style>