Shades of Buttered Rum #99703A
Tints of Buttered Rum #99703A
RGB
CMYK
RGB Variations
Color information
#99703A (or 0x99703A) is known color: Buttered Rum. HEX triplet: 99, 70 and 3A. RGB value is (153,112,58). Sum of RGB (Red+Green+Blue) = 153+112+58=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 58 (23.05% from 255 or 17.96% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #99703A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99703A is #668FC5. Grayscale: #767676. Windows color (decimal): -6721478 or 3829913. OLE color: 3829913.
HSL color Cylindrical-coordinate representation of color #99703A: hue angle of 34.11º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #99703A is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 112 | 58 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.4 |
| HSL | 34.11º | 0.45% | 0.41% | - |
| HSV(B) | 34.11º | 0.62% | 0.6% | - |
| XYZ | 19.69 | 18.67 | 6.57 | - |
| YUV | 118.1 | 94.08 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 112 | 58 | 0 | 0.27 | 0.62 | 0.4 | 34.11 | 0.45 | 0.41 |
| Hex | 99 | 70 | 3A | 0 | 1B | 3E | 28 | 22 | 2D | 29 |
| Octal | 231 | 160 | 72 | 0 | 33 | 76 | 50 | 42 | 55 | 51 |
| Binary | 10011001 | 1110000 | 111010 | 0 | 11011 | 111110 | 101000 | 100010 | 101101 | 101001 |
Color Harmonies of #99703A
Complementary color
Monochromatic Colors of #99703A
Black with #99703A
Text Example
Text Example
White with #99703A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99703A; }
p { color: rgb(153,112,58); }
H1.HeaderClassName
{
color: #99703A;
}
.AnyTagClassName
{
color: #99703A;
}
</style>
background-color css
<style>
a { background-color: #99703A; }
a { background-color: rgb(153,112,58); }
div.DivClassName
{
background-color: #99703A;
}
.BgClassName
{
background-color: #99703A;
}
</style>
border-color css
<style>
span { border-color: #99703A; }
span { border-color: rgb(153,112,58); }
td.TdClassName
{
border-color: #99703A;
}
.TagClassName
{
border-color: #99703A;
}
</style>