Shades of Buttered Rum #9A703F
Tints of Buttered Rum #9A703F
RGB
CMYK
RGB Variations
Color information
#9A703F (or 0x9A703F) is known color: Buttered Rum. HEX triplet: 9A, 70 and 3F. RGB value is (154,112,63). Sum of RGB (Red+Green+Blue) = 154+112+63=329 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.81% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 154 - color contains mainly: red. Hex color #9A703F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A703F is #658FC0. Grayscale: #777777. Windows color (decimal): -6655937 or 4157594. OLE color: 4157594.
HSL color Cylindrical-coordinate representation of color #9A703F: hue angle of 32.31º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9A703F is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 112 | 63 | - |
| CMYK | 0 | 0.27 | 0.59 | 0.40 |
| HSL | 32.31º | 0.42% | 0.43% | - |
| HSV(B) | 32.31º | 0.59% | 0.6% | - |
| XYZ | 20.02 | 18.82 | 7.28 | - |
| YUV | 118.97 | 96.41 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 112 | 63 | 0 | 0.27 | 0.59 | 0.40 | 32.31 | 0.42 | 0.43 |
| Hex | 9A | 70 | 3F | 0 | 1B | 3B | 28 | 20 | 2A | 2B |
| Octal | 232 | 160 | 77 | 0 | 33 | 73 | 50 | 40 | 52 | 53 |
| Binary | 10011010 | 1110000 | 111111 | 0 | 11011 | 111011 | 101000 | 100000 | 101010 | 101011 |
Color Harmonies of #9A703F
Complementary color
Monochromatic Colors of #9A703F
Black with #9A703F
Text Example
Text Example
White with #9A703F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A703F; }
p { color: rgb(154,112,63); }
H1.HeaderClassName
{
color: #9A703F;
}
.AnyTagClassName
{
color: #9A703F;
}
</style>
background-color css
<style>
a { background-color: #9A703F; }
a { background-color: rgb(154,112,63); }
div.DivClassName
{
background-color: #9A703F;
}
.BgClassName
{
background-color: #9A703F;
}
</style>
border-color css
<style>
span { border-color: #9A703F; }
span { border-color: rgb(154,112,63); }
td.TdClassName
{
border-color: #9A703F;
}
.TagClassName
{
border-color: #9A703F;
}
</style>