Shades of Buttered Rum #9C6E2A
Tints of Buttered Rum #9C6E2A
RGB
CMYK
RGB Variations
Color information
#9C6E2A (or 0x9C6E2A) is known color: Buttered Rum. HEX triplet: 9C, 6E and 2A. RGB value is (156,110,42). Sum of RGB (Red+Green+Blue) = 156+110+42=308 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.65% from 308); Green value is 110 (43.36% from 255 or 35.71% from 308); Blue value is 42 (16.80% from 255 or 13.64% from 308); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6E2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6E2A is #6391D5. Grayscale: #747474. Windows color (decimal): -6525398 or 2780828. OLE color: 2780828.
HSL color Cylindrical-coordinate representation of color #9C6E2A: hue angle of 35.79º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9C6E2A is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 110 | 42 | - |
| CMYK | 0 | 0.29 | 0.73 | 0.39 |
| HSL | 35.79º | 0.58% | 0.39% | - |
| HSV(B) | 35.79º | 0.73% | 0.61% | - |
| XYZ | 19.7 | 18.39 | 4.7 | - |
| YUV | 116 | 86.24 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 110 | 42 | 0 | 0.29 | 0.73 | 0.39 | 35.79 | 0.58 | 0.39 |
| Hex | 9C | 6E | 2A | 0 | 1D | 49 | 27 | 24 | 3A | 27 |
| Octal | 234 | 156 | 52 | 0 | 35 | 111 | 47 | 44 | 72 | 47 |
| Binary | 10011100 | 1101110 | 101010 | 0 | 11101 | 1001001 | 100111 | 100100 | 111010 | 100111 |
Color Harmonies of #9C6E2A
Complementary color
Monochromatic Colors of #9C6E2A
Black with #9C6E2A
Text Example
Text Example
White with #9C6E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6E2A; }
p { color: rgb(156,110,42); }
H1.HeaderClassName
{
color: #9C6E2A;
}
.AnyTagClassName
{
color: #9C6E2A;
}
</style>
background-color css
<style>
a { background-color: #9C6E2A; }
a { background-color: rgb(156,110,42); }
div.DivClassName
{
background-color: #9C6E2A;
}
.BgClassName
{
background-color: #9C6E2A;
}
</style>
border-color css
<style>
span { border-color: #9C6E2A; }
span { border-color: rgb(156,110,42); }
td.TdClassName
{
border-color: #9C6E2A;
}
.TagClassName
{
border-color: #9C6E2A;
}
</style>