Shades of Buttered Rum #997629
Tints of Buttered Rum #997629
RGB
CMYK
RGB Variations
Color information
#997629 (or 0x997629) is known color: Buttered Rum. HEX triplet: 99, 76 and 29. RGB value is (153,118,41). Sum of RGB (Red+Green+Blue) = 153+118+41=312 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.04% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 41 (16.41% from 255 or 13.14% from 312); Max value from RGB is 153 - color contains mainly: red. Hex color #997629 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997629 is #6689D6. Grayscale: #787878. Windows color (decimal): -6719959 or 2717337. OLE color: 2717337.
HSL color Cylindrical-coordinate representation of color #997629: hue angle of 41.25º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #997629 is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 118 | 41 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.4 |
| HSL | 41.25º | 0.58% | 0.38% | - |
| HSV(B) | 41.25º | 0.73% | 0.6% | - |
| XYZ | 20.02 | 19.89 | 4.88 | - |
| YUV | 119.69 | 83.6 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 118 | 41 | 0 | 0.23 | 0.73 | 0.4 | 41.25 | 0.58 | 0.38 |
| Hex | 99 | 76 | 29 | 0 | 17 | 49 | 28 | 29 | 3A | 26 |
| Octal | 231 | 166 | 51 | 0 | 27 | 111 | 50 | 51 | 72 | 46 |
| Binary | 10011001 | 1110110 | 101001 | 0 | 10111 | 1001001 | 101000 | 101001 | 111010 | 100110 |
Color Harmonies of #997629
Complementary color
Monochromatic Colors of #997629
Black with #997629
Text Example
Text Example
White with #997629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997629; }
p { color: rgb(153,118,41); }
H1.HeaderClassName
{
color: #997629;
}
.AnyTagClassName
{
color: #997629;
}
</style>
background-color css
<style>
a { background-color: #997629; }
a { background-color: rgb(153,118,41); }
div.DivClassName
{
background-color: #997629;
}
.BgClassName
{
background-color: #997629;
}
</style>
border-color css
<style>
span { border-color: #997629; }
span { border-color: rgb(153,118,41); }
td.TdClassName
{
border-color: #997629;
}
.TagClassName
{
border-color: #997629;
}
</style>