Shades of Buttered Rum #976732
Tints of Buttered Rum #976732
RGB
CMYK
RGB Variations
Color information
#976732 (or 0x976732) is known color: Buttered Rum. HEX triplet: 97, 67 and 32. RGB value is (151,103,50). Sum of RGB (Red+Green+Blue) = 151+103+50=304 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.67% from 304); Green value is 103 (40.62% from 255 or 33.88% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 151 - color contains mainly: red. Hex color #976732 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976732 is #6898CD. Grayscale: #6F6F6F. Windows color (decimal): -6854862 or 3303319. OLE color: 3303319.
HSL color Cylindrical-coordinate representation of color #976732: hue angle of 31.49º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #976732 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 103 | 50 | - |
| CMYK | 0 | 0.32 | 0.67 | 0.41 |
| HSL | 31.49º | 0.5% | 0.39% | - |
| HSV(B) | 31.49º | 0.67% | 0.59% | - |
| XYZ | 18.19 | 16.51 | 5.25 | - |
| YUV | 111.31 | 93.4 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 103 | 50 | 0 | 0.32 | 0.67 | 0.41 | 31.49 | 0.5 | 0.39 |
| Hex | 97 | 67 | 32 | 0 | 20 | 43 | 29 | 1F | 32 | 27 |
| Octal | 227 | 147 | 62 | 0 | 40 | 103 | 51 | 37 | 62 | 47 |
| Binary | 10010111 | 1100111 | 110010 | 0 | 100000 | 1000011 | 101001 | 11111 | 110010 | 100111 |
Color Harmonies of #976732
Complementary color
Monochromatic Colors of #976732
Black with #976732
Text Example
Text Example
White with #976732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976732; }
p { color: rgb(151,103,50); }
H1.HeaderClassName
{
color: #976732;
}
.AnyTagClassName
{
color: #976732;
}
</style>
background-color css
<style>
a { background-color: #976732; }
a { background-color: rgb(151,103,50); }
div.DivClassName
{
background-color: #976732;
}
.BgClassName
{
background-color: #976732;
}
</style>
border-color css
<style>
span { border-color: #976732; }
span { border-color: rgb(151,103,50); }
td.TdClassName
{
border-color: #976732;
}
.TagClassName
{
border-color: #976732;
}
</style>