Shades of Buttered Rum #9C7740
Tints of Buttered Rum #9C7740
RGB
CMYK
RGB Variations
Color information
#9C7740 (or 0x9C7740) is known color: Buttered Rum. HEX triplet: 9C, 77 and 40. RGB value is (156,119,64). Sum of RGB (Red+Green+Blue) = 156+119+64=339 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.02% from 339); Green value is 119 (46.88% from 255 or 35.10% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7740 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7740 is #6388BF. Grayscale: #7C7C7C. Windows color (decimal): -6523072 or 4224924. OLE color: 4224924.
HSL color Cylindrical-coordinate representation of color #9C7740: hue angle of 35.87º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9C7740 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 119 | 64 | - |
| CMYK | 0 | 0.24 | 0.59 | 0.39 |
| HSL | 35.87º | 0.42% | 0.43% | - |
| HSV(B) | 35.87º | 0.59% | 0.61% | - |
| XYZ | 21.23 | 20.63 | 7.71 | - |
| YUV | 123.79 | 94.26 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 119 | 64 | 0 | 0.24 | 0.59 | 0.39 | 35.87 | 0.42 | 0.43 |
| Hex | 9C | 77 | 40 | 0 | 18 | 3B | 27 | 24 | 2A | 2B |
| Octal | 234 | 167 | 100 | 0 | 30 | 73 | 47 | 44 | 52 | 53 |
| Binary | 10011100 | 1110111 | 1000000 | 0 | 11000 | 111011 | 100111 | 100100 | 101010 | 101011 |
Color Harmonies of #9C7740
Complementary color
Monochromatic Colors of #9C7740
Black with #9C7740
Text Example
Text Example
White with #9C7740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7740; }
p { color: rgb(156,119,64); }
H1.HeaderClassName
{
color: #9C7740;
}
.AnyTagClassName
{
color: #9C7740;
}
</style>
background-color css
<style>
a { background-color: #9C7740; }
a { background-color: rgb(156,119,64); }
div.DivClassName
{
background-color: #9C7740;
}
.BgClassName
{
background-color: #9C7740;
}
</style>
border-color css
<style>
span { border-color: #9C7740; }
span { border-color: rgb(156,119,64); }
td.TdClassName
{
border-color: #9C7740;
}
.TagClassName
{
border-color: #9C7740;
}
</style>