Shades of Buttered Rum #9C7540
Tints of Buttered Rum #9C7540
RGB
CMYK
RGB Variations
Color information
#9C7540 (or 0x9C7540) is known color: Buttered Rum. HEX triplet: 9C, 75 and 40. RGB value is (156,117,64). Sum of RGB (Red+Green+Blue) = 156+117+64=337 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.29% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7540 is #638ABF. Grayscale: #7A7A7A. Windows color (decimal): -6523584 or 4224412. OLE color: 4224412.
HSL color Cylindrical-coordinate representation of color #9C7540: hue angle of 34.57º 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 #9C7540 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 117 | 64 | - |
| CMYK | 0 | 0.25 | 0.59 | 0.39 |
| HSL | 34.57º | 0.42% | 0.43% | - |
| HSV(B) | 34.57º | 0.59% | 0.61% | - |
| XYZ | 21 | 20.16 | 7.64 | - |
| YUV | 122.62 | 94.92 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 117 | 64 | 0 | 0.25 | 0.59 | 0.39 | 34.57 | 0.42 | 0.43 |
| Hex | 9C | 75 | 40 | 0 | 19 | 3B | 27 | 23 | 2A | 2B |
| Octal | 234 | 165 | 100 | 0 | 31 | 73 | 47 | 43 | 52 | 53 |
| Binary | 10011100 | 1110101 | 1000000 | 0 | 11001 | 111011 | 100111 | 100011 | 101010 | 101011 |
Color Harmonies of #9C7540
Complementary color
Monochromatic Colors of #9C7540
Black with #9C7540
Text Example
Text Example
White with #9C7540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7540; }
p { color: rgb(156,117,64); }
H1.HeaderClassName
{
color: #9C7540;
}
.AnyTagClassName
{
color: #9C7540;
}
</style>
background-color css
<style>
a { background-color: #9C7540; }
a { background-color: rgb(156,117,64); }
div.DivClassName
{
background-color: #9C7540;
}
.BgClassName
{
background-color: #9C7540;
}
</style>
border-color css
<style>
span { border-color: #9C7540; }
span { border-color: rgb(156,117,64); }
td.TdClassName
{
border-color: #9C7540;
}
.TagClassName
{
border-color: #9C7540;
}
</style>