Shades of Buttered Rum #996825
Tints of Buttered Rum #996825
RGB
CMYK
RGB Variations
Color information
#996825 (or 0x996825) is known color: Buttered Rum. HEX triplet: 99, 68 and 25. RGB value is (153,104,37). Sum of RGB (Red+Green+Blue) = 153+104+37=294 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.04% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 37 (14.84% from 255 or 12.59% from 294); Max value from RGB is 153 - color contains mainly: red. Hex color #996825 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996825 is #6697DA. Grayscale: #6F6F6F. Windows color (decimal): -6723547 or 2451609. OLE color: 2451609.
HSL color Cylindrical-coordinate representation of color #996825: hue angle of 34.66º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #996825 is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 104 | 37 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.4 |
| HSL | 34.66º | 0.61% | 0.37% | - |
| HSV(B) | 34.66º | 0.76% | 0.6% | - |
| XYZ | 18.42 | 16.81 | 4.02 | - |
| YUV | 111.01 | 86.23 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 104 | 37 | 0 | 0.32 | 0.76 | 0.4 | 34.66 | 0.61 | 0.37 |
| Hex | 99 | 68 | 25 | 0 | 20 | 4C | 28 | 23 | 3D | 25 |
| Octal | 231 | 150 | 45 | 0 | 40 | 114 | 50 | 43 | 75 | 45 |
| Binary | 10011001 | 1101000 | 100101 | 0 | 100000 | 1001100 | 101000 | 100011 | 111101 | 100101 |
Color Harmonies of #996825
Complementary color
Monochromatic Colors of #996825
Black with #996825
Text Example
Text Example
White with #996825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996825; }
p { color: rgb(153,104,37); }
H1.HeaderClassName
{
color: #996825;
}
.AnyTagClassName
{
color: #996825;
}
</style>
background-color css
<style>
a { background-color: #996825; }
a { background-color: rgb(153,104,37); }
div.DivClassName
{
background-color: #996825;
}
.BgClassName
{
background-color: #996825;
}
</style>
border-color css
<style>
span { border-color: #996825; }
span { border-color: rgb(153,104,37); }
td.TdClassName
{
border-color: #996825;
}
.TagClassName
{
border-color: #996825;
}
</style>