Shades of Buttered Rum #976C27
Tints of Buttered Rum #976C27
RGB
CMYK
RGB Variations
Color information
#976C27 (or 0x976C27) is known color: Buttered Rum. HEX triplet: 97, 6C and 27. RGB value is (151,108,39). Sum of RGB (Red+Green+Blue) = 151+108+39=298 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.67% from 298); Green value is 108 (42.58% from 255 or 36.24% from 298); Blue value is 39 (15.62% from 255 or 13.09% from 298); Max value from RGB is 151 - color contains mainly: red. Hex color #976C27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976C27 is #6893D8. Grayscale: #717171. Windows color (decimal): -6853593 or 2583703. OLE color: 2583703.
HSL color Cylindrical-coordinate representation of color #976C27: hue angle of 36.96º degrees, saturation: 0.59, 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 #976C27 is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 108 | 39 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.41 |
| HSL | 36.96º | 0.59% | 0.37% | - |
| HSV(B) | 36.96º | 0.74% | 0.59% | - |
| XYZ | 18.49 | 17.45 | 4.31 | - |
| YUV | 112.99 | 86.25 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 108 | 39 | 0 | 0.28 | 0.74 | 0.41 | 36.96 | 0.59 | 0.37 |
| Hex | 97 | 6C | 27 | 0 | 1C | 4A | 29 | 25 | 3B | 25 |
| Octal | 227 | 154 | 47 | 0 | 34 | 112 | 51 | 45 | 73 | 45 |
| Binary | 10010111 | 1101100 | 100111 | 0 | 11100 | 1001010 | 101001 | 100101 | 111011 | 100101 |
Color Harmonies of #976C27
Complementary color
Monochromatic Colors of #976C27
Black with #976C27
Text Example
Text Example
White with #976C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976C27; }
p { color: rgb(151,108,39); }
H1.HeaderClassName
{
color: #976C27;
}
.AnyTagClassName
{
color: #976C27;
}
</style>
background-color css
<style>
a { background-color: #976C27; }
a { background-color: rgb(151,108,39); }
div.DivClassName
{
background-color: #976C27;
}
.BgClassName
{
background-color: #976C27;
}
</style>
border-color css
<style>
span { border-color: #976C27; }
span { border-color: rgb(151,108,39); }
td.TdClassName
{
border-color: #976C27;
}
.TagClassName
{
border-color: #976C27;
}
</style>