Shades of Buttered Rum #9C703F
Tints of Buttered Rum #9C703F
RGB
CMYK
RGB Variations
Color information
#9C703F (or 0x9C703F) is known color: Buttered Rum. HEX triplet: 9C, 70 and 3F. RGB value is (156,112,63). Sum of RGB (Red+Green+Blue) = 156+112+63=331 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.13% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 156 - color contains mainly: red. Hex color #9C703F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C703F is #638FC0. Grayscale: #777777. Windows color (decimal): -6524865 or 4157596. OLE color: 4157596.
HSL color Cylindrical-coordinate representation of color #9C703F: hue angle of 31.61º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9C703F is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 112 | 63 | - |
| CMYK | 0 | 0.28 | 0.60 | 0.39 |
| HSL | 31.61º | 0.42% | 0.43% | - |
| HSV(B) | 31.61º | 0.6% | 0.61% | - |
| XYZ | 20.4 | 19.02 | 7.3 | - |
| YUV | 119.57 | 96.08 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 112 | 63 | 0 | 0.28 | 0.60 | 0.39 | 31.61 | 0.42 | 0.43 |
| Hex | 9C | 70 | 3F | 0 | 1C | 3C | 27 | 20 | 2A | 2B |
| Octal | 234 | 160 | 77 | 0 | 34 | 74 | 47 | 40 | 52 | 53 |
| Binary | 10011100 | 1110000 | 111111 | 0 | 11100 | 111100 | 100111 | 100000 | 101010 | 101011 |
Color Harmonies of #9C703F
Complementary color
Monochromatic Colors of #9C703F
Black with #9C703F
Text Example
Text Example
White with #9C703F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C703F; }
p { color: rgb(156,112,63); }
H1.HeaderClassName
{
color: #9C703F;
}
.AnyTagClassName
{
color: #9C703F;
}
</style>
background-color css
<style>
a { background-color: #9C703F; }
a { background-color: rgb(156,112,63); }
div.DivClassName
{
background-color: #9C703F;
}
.BgClassName
{
background-color: #9C703F;
}
</style>
border-color css
<style>
span { border-color: #9C703F; }
span { border-color: rgb(156,112,63); }
td.TdClassName
{
border-color: #9C703F;
}
.TagClassName
{
border-color: #9C703F;
}
</style>