Shades of Buttered Rum #9C713C
Tints of Buttered Rum #9C713C
RGB
CMYK
RGB Variations
Color information
#9C713C (or 0x9C713C) is known color: Buttered Rum. HEX triplet: 9C, 71 and 3C. RGB value is (156,113,60). Sum of RGB (Red+Green+Blue) = 156+113+60=329 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.42% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 156 - color contains mainly: red. Hex color #9C713C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C713C is #638EC3. Grayscale: #787878. Windows color (decimal): -6524612 or 3961244. OLE color: 3961244.
HSL color Cylindrical-coordinate representation of color #9C713C: hue angle of 33.12º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9C713C is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 113 | 60 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.39 |
| HSL | 33.13º | 0.44% | 0.42% | - |
| HSV(B) | 33.13º | 0.62% | 0.61% | - |
| XYZ | 20.43 | 19.2 | 6.9 | - |
| YUV | 119.82 | 94.25 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 113 | 60 | 0 | 0.28 | 0.62 | 0.39 | 33.13 | 0.44 | 0.42 |
| Hex | 9C | 71 | 3C | 0 | 1C | 3E | 27 | 21 | 2C | 2A |
| Octal | 234 | 161 | 74 | 0 | 34 | 76 | 47 | 41 | 54 | 52 |
| Binary | 10011100 | 1110001 | 111100 | 0 | 11100 | 111110 | 100111 | 100001 | 101100 | 101010 |
Color Harmonies of #9C713C
Complementary color
Monochromatic Colors of #9C713C
Black with #9C713C
Text Example
Text Example
White with #9C713C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C713C; }
p { color: rgb(156,113,60); }
H1.HeaderClassName
{
color: #9C713C;
}
.AnyTagClassName
{
color: #9C713C;
}
</style>
background-color css
<style>
a { background-color: #9C713C; }
a { background-color: rgb(156,113,60); }
div.DivClassName
{
background-color: #9C713C;
}
.BgClassName
{
background-color: #9C713C;
}
</style>
border-color css
<style>
span { border-color: #9C713C; }
span { border-color: rgb(156,113,60); }
td.TdClassName
{
border-color: #9C713C;
}
.TagClassName
{
border-color: #9C713C;
}
</style>