Shades of Buttered Rum #99743D
Tints of Buttered Rum #99743D
RGB
CMYK
RGB Variations
Color information
#99743D (or 0x99743D) is known color: Buttered Rum. HEX triplet: 99, 74 and 3D. RGB value is (153,116,61). Sum of RGB (Red+Green+Blue) = 153+116+61=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 153 - color contains mainly: red. Hex color #99743D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99743D is #668BC2. Grayscale: #797979. Windows color (decimal): -6720451 or 4027545. OLE color: 4027545.
HSL color Cylindrical-coordinate representation of color #99743D: hue angle of 35.87º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #99743D is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 116 | 61 | - |
| CMYK | 0 | 0.24 | 0.60 | 0.4 |
| HSL | 35.87º | 0.43% | 0.42% | - |
| HSV(B) | 35.87º | 0.6% | 0.6% | - |
| XYZ | 20.22 | 19.6 | 7.13 | - |
| YUV | 120.79 | 94.26 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 116 | 61 | 0 | 0.24 | 0.60 | 0.4 | 35.87 | 0.43 | 0.42 |
| Hex | 99 | 74 | 3D | 0 | 18 | 3C | 28 | 24 | 2B | 2A |
| Octal | 231 | 164 | 75 | 0 | 30 | 74 | 50 | 44 | 53 | 52 |
| Binary | 10011001 | 1110100 | 111101 | 0 | 11000 | 111100 | 101000 | 100100 | 101011 | 101010 |
Color Harmonies of #99743D
Complementary color
Monochromatic Colors of #99743D
Black with #99743D
Text Example
Text Example
White with #99743D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99743D; }
p { color: rgb(153,116,61); }
H1.HeaderClassName
{
color: #99743D;
}
.AnyTagClassName
{
color: #99743D;
}
</style>
background-color css
<style>
a { background-color: #99743D; }
a { background-color: rgb(153,116,61); }
div.DivClassName
{
background-color: #99743D;
}
.BgClassName
{
background-color: #99743D;
}
</style>
border-color css
<style>
span { border-color: #99743D; }
span { border-color: rgb(153,116,61); }
td.TdClassName
{
border-color: #99743D;
}
.TagClassName
{
border-color: #99743D;
}
</style>