Shades of Buttered Rum #9C7639
Tints of Buttered Rum #9C7639
RGB
CMYK
RGB Variations
Color information
#9C7639 (or 0x9C7639) is known color: Buttered Rum. HEX triplet: 9C, 76 and 39. RGB value is (156,118,57). Sum of RGB (Red+Green+Blue) = 156+118+57=331 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.13% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 57 (22.66% from 255 or 17.22% from 331); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7639 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7639 is #6389C6. Grayscale: #7A7A7A. Windows color (decimal): -6523335 or 3765916. OLE color: 3765916.
HSL color Cylindrical-coordinate representation of color #9C7639: hue angle of 36.97º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9C7639 is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 118 | 57 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.39 |
| HSL | 36.97º | 0.46% | 0.42% | - |
| HSV(B) | 36.97º | 0.63% | 0.61% | - |
| XYZ | 20.93 | 20.32 | 6.69 | - |
| YUV | 122.41 | 91.09 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 118 | 57 | 0 | 0.24 | 0.63 | 0.39 | 36.97 | 0.46 | 0.42 |
| Hex | 9C | 76 | 39 | 0 | 18 | 3F | 27 | 25 | 2E | 2A |
| Octal | 234 | 166 | 71 | 0 | 30 | 77 | 47 | 45 | 56 | 52 |
| Binary | 10011100 | 1110110 | 111001 | 0 | 11000 | 111111 | 100111 | 100101 | 101110 | 101010 |
Color Harmonies of #9C7639
Complementary color
Monochromatic Colors of #9C7639
Black with #9C7639
Text Example
Text Example
White with #9C7639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7639; }
p { color: rgb(156,118,57); }
H1.HeaderClassName
{
color: #9C7639;
}
.AnyTagClassName
{
color: #9C7639;
}
</style>
background-color css
<style>
a { background-color: #9C7639; }
a { background-color: rgb(156,118,57); }
div.DivClassName
{
background-color: #9C7639;
}
.BgClassName
{
background-color: #9C7639;
}
</style>
border-color css
<style>
span { border-color: #9C7639; }
span { border-color: rgb(156,118,57); }
td.TdClassName
{
border-color: #9C7639;
}
.TagClassName
{
border-color: #9C7639;
}
</style>