Shades of Buttered Rum #996728
Tints of Buttered Rum #996728
RGB
CMYK
RGB Variations
Color information
#996728 (or 0x996728) is known color: Buttered Rum. HEX triplet: 99, 67 and 28. RGB value is (153,103,40). Sum of RGB (Red+Green+Blue) = 153+103+40=296 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.69% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 40 (16.02% from 255 or 13.51% from 296); Max value from RGB is 153 - color contains mainly: red. Hex color #996728 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996728 is #6698D7. Grayscale: #6F6F6F. Windows color (decimal): -6723800 or 2647961. OLE color: 2647961.
HSL color Cylindrical-coordinate representation of color #996728: hue angle of 33.45º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #996728 is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 103 | 40 | - |
| CMYK | 0 | 0.33 | 0.74 | 0.4 |
| HSL | 33.45º | 0.59% | 0.38% | - |
| HSV(B) | 33.45º | 0.74% | 0.6% | - |
| XYZ | 18.37 | 16.63 | 4.25 | - |
| YUV | 110.77 | 88.07 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 103 | 40 | 0 | 0.33 | 0.74 | 0.4 | 33.45 | 0.59 | 0.38 |
| Hex | 99 | 67 | 28 | 0 | 21 | 4A | 28 | 21 | 3B | 26 |
| Octal | 231 | 147 | 50 | 0 | 41 | 112 | 50 | 41 | 73 | 46 |
| Binary | 10011001 | 1100111 | 101000 | 0 | 100001 | 1001010 | 101000 | 100001 | 111011 | 100110 |
Color Harmonies of #996728
Complementary color
Monochromatic Colors of #996728
Black with #996728
Text Example
Text Example
White with #996728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996728; }
p { color: rgb(153,103,40); }
H1.HeaderClassName
{
color: #996728;
}
.AnyTagClassName
{
color: #996728;
}
</style>
background-color css
<style>
a { background-color: #996728; }
a { background-color: rgb(153,103,40); }
div.DivClassName
{
background-color: #996728;
}
.BgClassName
{
background-color: #996728;
}
</style>
border-color css
<style>
span { border-color: #996728; }
span { border-color: rgb(153,103,40); }
td.TdClassName
{
border-color: #996728;
}
.TagClassName
{
border-color: #996728;
}
</style>