Shades of Buttered Rum #9C783F
Tints of Buttered Rum #9C783F
RGB
CMYK
RGB Variations
Color information
#9C783F (or 0x9C783F) is known color: Buttered Rum. HEX triplet: 9C, 78 and 3F. RGB value is (156,120,63). Sum of RGB (Red+Green+Blue) = 156+120+63=339 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.02% from 339); Green value is 120 (47.27% from 255 or 35.40% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 156 - color contains mainly: red. Hex color #9C783F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C783F is #6387C0. Grayscale: #7C7C7C. Windows color (decimal): -6522817 or 4159644. OLE color: 4159644.
HSL color Cylindrical-coordinate representation of color #9C783F: hue angle of 36.77º 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 #9C783F is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 120 | 63 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.39 |
| HSL | 36.77º | 0.42% | 0.43% | - |
| HSV(B) | 36.77º | 0.6% | 0.61% | - |
| XYZ | 21.32 | 20.86 | 7.61 | - |
| YUV | 124.27 | 93.43 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 120 | 63 | 0 | 0.23 | 0.60 | 0.39 | 36.77 | 0.42 | 0.43 |
| Hex | 9C | 78 | 3F | 0 | 17 | 3C | 27 | 25 | 2A | 2B |
| Octal | 234 | 170 | 77 | 0 | 27 | 74 | 47 | 45 | 52 | 53 |
| Binary | 10011100 | 1111000 | 111111 | 0 | 10111 | 111100 | 100111 | 100101 | 101010 | 101011 |
Color Harmonies of #9C783F
Complementary color
Monochromatic Colors of #9C783F
Black with #9C783F
Text Example
Text Example
White with #9C783F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C783F; }
p { color: rgb(156,120,63); }
H1.HeaderClassName
{
color: #9C783F;
}
.AnyTagClassName
{
color: #9C783F;
}
</style>
background-color css
<style>
a { background-color: #9C783F; }
a { background-color: rgb(156,120,63); }
div.DivClassName
{
background-color: #9C783F;
}
.BgClassName
{
background-color: #9C783F;
}
</style>
border-color css
<style>
span { border-color: #9C783F; }
span { border-color: rgb(156,120,63); }
td.TdClassName
{
border-color: #9C783F;
}
.TagClassName
{
border-color: #9C783F;
}
</style>