Shades of Buttered Rum #996731
Tints of Buttered Rum #996731
RGB
CMYK
RGB Variations
Color information
#996731 (or 0x996731) is known color: Buttered Rum. HEX triplet: 99, 67 and 31. RGB value is (153,103,49). Sum of RGB (Red+Green+Blue) = 153+103+49=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 49 (19.53% from 255 or 16.07% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #996731 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996731 is #6698CE. Grayscale: #707070. Windows color (decimal): -6723791 or 3237785. OLE color: 3237785.
HSL color Cylindrical-coordinate representation of color #996731: hue angle of 31.15º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #996731 is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 103 | 49 | - |
| CMYK | 0 | 0.33 | 0.68 | 0.4 |
| HSL | 31.15º | 0.51% | 0.4% | - |
| HSV(B) | 31.15º | 0.68% | 0.6% | - |
| XYZ | 18.54 | 16.69 | 5.15 | - |
| YUV | 111.79 | 92.57 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 103 | 49 | 0 | 0.33 | 0.68 | 0.4 | 31.15 | 0.51 | 0.4 |
| Hex | 99 | 67 | 31 | 0 | 21 | 44 | 28 | 1F | 33 | 28 |
| Octal | 231 | 147 | 61 | 0 | 41 | 104 | 50 | 37 | 63 | 50 |
| Binary | 10011001 | 1100111 | 110001 | 0 | 100001 | 1000100 | 101000 | 11111 | 110011 | 101000 |
Color Harmonies of #996731
Complementary color
Monochromatic Colors of #996731
Black with #996731
Text Example
Text Example
White with #996731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996731; }
p { color: rgb(153,103,49); }
H1.HeaderClassName
{
color: #996731;
}
.AnyTagClassName
{
color: #996731;
}
</style>
background-color css
<style>
a { background-color: #996731; }
a { background-color: rgb(153,103,49); }
div.DivClassName
{
background-color: #996731;
}
.BgClassName
{
background-color: #996731;
}
</style>
border-color css
<style>
span { border-color: #996731; }
span { border-color: rgb(153,103,49); }
td.TdClassName
{
border-color: #996731;
}
.TagClassName
{
border-color: #996731;
}
</style>