Shades of Buttered Rum #9A6A36
Tints of Buttered Rum #9A6A36
RGB
CMYK
RGB Variations
Color information
#9A6A36 (or 0x9A6A36) is known color: Buttered Rum. HEX triplet: 9A, 6A and 36. RGB value is (154,106,54). Sum of RGB (Red+Green+Blue) = 154+106+54=314 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.04% from 314); Green value is 106 (41.80% from 255 or 33.76% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6A36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6A36 is #6595C9. Grayscale: #727272. Windows color (decimal): -6657482 or 3566234. OLE color: 3566234.
HSL color Cylindrical-coordinate representation of color #9A6A36: hue angle of 31.2º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9A6A36 is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 106 | 54 | - |
| CMYK | 0 | 0.31 | 0.65 | 0.40 |
| HSL | 31.2º | 0.48% | 0.41% | - |
| HSV(B) | 31.2º | 0.65% | 0.6% | - |
| XYZ | 19.15 | 17.44 | 5.85 | - |
| YUV | 114.42 | 93.9 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 106 | 54 | 0 | 0.31 | 0.65 | 0.40 | 31.2 | 0.48 | 0.41 |
| Hex | 9A | 6A | 36 | 0 | 1F | 41 | 28 | 1F | 30 | 29 |
| Octal | 232 | 152 | 66 | 0 | 37 | 101 | 50 | 37 | 60 | 51 |
| Binary | 10011010 | 1101010 | 110110 | 0 | 11111 | 1000001 | 101000 | 11111 | 110000 | 101001 |
Color Harmonies of #9A6A36
Complementary color
Monochromatic Colors of #9A6A36
Black with #9A6A36
Text Example
Text Example
White with #9A6A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6A36; }
p { color: rgb(154,106,54); }
H1.HeaderClassName
{
color: #9A6A36;
}
.AnyTagClassName
{
color: #9A6A36;
}
</style>
background-color css
<style>
a { background-color: #9A6A36; }
a { background-color: rgb(154,106,54); }
div.DivClassName
{
background-color: #9A6A36;
}
.BgClassName
{
background-color: #9A6A36;
}
</style>
border-color css
<style>
span { border-color: #9A6A36; }
span { border-color: rgb(154,106,54); }
td.TdClassName
{
border-color: #9A6A36;
}
.TagClassName
{
border-color: #9A6A36;
}
</style>