Shades of Buttered Rum #9C6A2A
Tints of Buttered Rum #9C6A2A
RGB
CMYK
RGB Variations
Color information
#9C6A2A (or 0x9C6A2A) is known color: Buttered Rum. HEX triplet: 9C, 6A and 2A. RGB value is (156,106,42). Sum of RGB (Red+Green+Blue) = 156+106+42=304 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.32% from 304); Green value is 106 (41.80% from 255 or 34.87% from 304); Blue value is 42 (16.80% from 255 or 13.82% from 304); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6A2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6A2A is #6395D5. Grayscale: #717171. Windows color (decimal): -6526422 or 2779804. OLE color: 2779804.
HSL color Cylindrical-coordinate representation of color #9C6A2A: hue angle of 33.68º 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 #9C6A2A is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 106 | 42 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.39 |
| HSL | 33.68º | 0.58% | 0.39% | - |
| HSV(B) | 33.68º | 0.73% | 0.61% | - |
| XYZ | 19.28 | 17.54 | 4.56 | - |
| YUV | 113.65 | 87.57 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 106 | 42 | 0 | 0.32 | 0.73 | 0.39 | 33.68 | 0.58 | 0.39 |
| Hex | 9C | 6A | 2A | 0 | 20 | 49 | 27 | 22 | 3A | 27 |
| Octal | 234 | 152 | 52 | 0 | 40 | 111 | 47 | 42 | 72 | 47 |
| Binary | 10011100 | 1101010 | 101010 | 0 | 100000 | 1001001 | 100111 | 100010 | 111010 | 100111 |
Color Harmonies of #9C6A2A
Complementary color
Monochromatic Colors of #9C6A2A
Black with #9C6A2A
Text Example
Text Example
White with #9C6A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6A2A; }
p { color: rgb(156,106,42); }
H1.HeaderClassName
{
color: #9C6A2A;
}
.AnyTagClassName
{
color: #9C6A2A;
}
</style>
background-color css
<style>
a { background-color: #9C6A2A; }
a { background-color: rgb(156,106,42); }
div.DivClassName
{
background-color: #9C6A2A;
}
.BgClassName
{
background-color: #9C6A2A;
}
</style>
border-color css
<style>
span { border-color: #9C6A2A; }
span { border-color: rgb(156,106,42); }
td.TdClassName
{
border-color: #9C6A2A;
}
.TagClassName
{
border-color: #9C6A2A;
}
</style>