Shades of Buttered Rum #A06D36
Tints of Buttered Rum #A06D36
RGB
CMYK
RGB Variations
Color information
#A06D36 (or 0xA06D36) is known color: Buttered Rum. HEX triplet: A0, 6D and 36. RGB value is (160,109,54). Sum of RGB (Red+Green+Blue) = 160+109+54=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 109 (42.97% from 255 or 33.75% from 323); Blue value is 54 (21.48% from 255 or 16.72% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A06D36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06D36 is #5F92C9. Grayscale: #767676. Windows color (decimal): -6263498 or 3567008. OLE color: 3567008.
HSL color Cylindrical-coordinate representation of color #A06D36: hue angle of 31.13º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A06D36 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 109 | 54 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.37 |
| HSL | 31.13º | 0.5% | 0.42% | - |
| HSV(B) | 31.13º | 0.66% | 0.63% | - |
| XYZ | 20.63 | 18.68 | 6.01 | - |
| YUV | 117.98 | 91.9 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 109 | 54 | 0 | 0.32 | 0.66 | 0.37 | 31.13 | 0.5 | 0.42 |
| Hex | A0 | 6D | 36 | 0 | 20 | 42 | 25 | 1F | 32 | 2A |
| Octal | 240 | 155 | 66 | 0 | 40 | 102 | 45 | 37 | 62 | 52 |
| Binary | 10100000 | 1101101 | 110110 | 0 | 100000 | 1000010 | 100101 | 11111 | 110010 | 101010 |
Color Harmonies of #A06D36
Complementary color
Monochromatic Colors of #A06D36
Black with #A06D36
Text Example
Text Example
White with #A06D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06D36; }
p { color: rgb(160,109,54); }
H1.HeaderClassName
{
color: #A06D36;
}
.AnyTagClassName
{
color: #A06D36;
}
</style>
background-color css
<style>
a { background-color: #A06D36; }
a { background-color: rgb(160,109,54); }
div.DivClassName
{
background-color: #A06D36;
}
.BgClassName
{
background-color: #A06D36;
}
</style>
border-color css
<style>
span { border-color: #A06D36; }
span { border-color: rgb(160,109,54); }
td.TdClassName
{
border-color: #A06D36;
}
.TagClassName
{
border-color: #A06D36;
}
</style>