Shades of Buttered Rum #99743B
Tints of Buttered Rum #99743B
RGB
CMYK
RGB Variations
Color information
#99743B (or 0x99743B) is known color: Buttered Rum. HEX triplet: 99, 74 and 3B. RGB value is (153,116,59). Sum of RGB (Red+Green+Blue) = 153+116+59=328 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.65% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 59 (23.44% from 255 or 17.99% from 328); Max value from RGB is 153 - color contains mainly: red. Hex color #99743B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99743B is #668BC4. Grayscale: #787878. Windows color (decimal): -6720453 or 3896473. OLE color: 3896473.
HSL color Cylindrical-coordinate representation of color #99743B: hue angle of 36.38º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #99743B is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 116 | 59 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.4 |
| HSL | 36.38º | 0.44% | 0.42% | - |
| HSV(B) | 36.38º | 0.61% | 0.6% | - |
| XYZ | 20.17 | 19.58 | 6.85 | - |
| YUV | 120.57 | 93.26 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 116 | 59 | 0 | 0.24 | 0.61 | 0.4 | 36.38 | 0.44 | 0.42 |
| Hex | 99 | 74 | 3B | 0 | 18 | 3D | 28 | 24 | 2C | 2A |
| Octal | 231 | 164 | 73 | 0 | 30 | 75 | 50 | 44 | 54 | 52 |
| Binary | 10011001 | 1110100 | 111011 | 0 | 11000 | 111101 | 101000 | 100100 | 101100 | 101010 |
Color Harmonies of #99743B
Complementary color
Monochromatic Colors of #99743B
Black with #99743B
Text Example
Text Example
White with #99743B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99743B; }
p { color: rgb(153,116,59); }
H1.HeaderClassName
{
color: #99743B;
}
.AnyTagClassName
{
color: #99743B;
}
</style>
background-color css
<style>
a { background-color: #99743B; }
a { background-color: rgb(153,116,59); }
div.DivClassName
{
background-color: #99743B;
}
.BgClassName
{
background-color: #99743B;
}
</style>
border-color css
<style>
span { border-color: #99743B; }
span { border-color: rgb(153,116,59); }
td.TdClassName
{
border-color: #99743B;
}
.TagClassName
{
border-color: #99743B;
}
</style>