Shades of Buttered Rum #9C6724
Tints of Buttered Rum #9C6724
RGB
CMYK
RGB Variations
Color information
#9C6724 (or 0x9C6724) is known color: Buttered Rum. HEX triplet: 9C, 67 and 24. RGB value is (156,103,36). Sum of RGB (Red+Green+Blue) = 156+103+36=295 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.88% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 36 (14.45% from 255 or 12.20% from 295); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6724 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6724 is #6398DB. Grayscale: #6F6F6F. Windows color (decimal): -6527196 or 2385820. OLE color: 2385820.
HSL color Cylindrical-coordinate representation of color #9C6724: hue angle of 33.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9C6724 is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 103 | 36 | - |
| CMYK | 0 | 0.34 | 0.77 | 0.39 |
| HSL | 33.5º | 0.63% | 0.38% | - |
| HSV(B) | 33.5º | 0.77% | 0.61% | - |
| XYZ | 18.88 | 16.9 | 3.94 | - |
| YUV | 111.21 | 85.56 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 103 | 36 | 0 | 0.34 | 0.77 | 0.39 | 33.5 | 0.63 | 0.38 |
| Hex | 9C | 67 | 24 | 0 | 22 | 4D | 27 | 22 | 3E | 26 |
| Octal | 234 | 147 | 44 | 0 | 42 | 115 | 47 | 42 | 76 | 46 |
| Binary | 10011100 | 1100111 | 100100 | 0 | 100010 | 1001101 | 100111 | 100010 | 111110 | 100110 |
Color Harmonies of #9C6724
Complementary color
Monochromatic Colors of #9C6724
Black with #9C6724
Text Example
Text Example
White with #9C6724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6724; }
p { color: rgb(156,103,36); }
H1.HeaderClassName
{
color: #9C6724;
}
.AnyTagClassName
{
color: #9C6724;
}
</style>
background-color css
<style>
a { background-color: #9C6724; }
a { background-color: rgb(156,103,36); }
div.DivClassName
{
background-color: #9C6724;
}
.BgClassName
{
background-color: #9C6724;
}
</style>
border-color css
<style>
span { border-color: #9C6724; }
span { border-color: rgb(156,103,36); }
td.TdClassName
{
border-color: #9C6724;
}
.TagClassName
{
border-color: #9C6724;
}
</style>