Shades of Buttered Rum #9A6C24
Tints of Buttered Rum #9A6C24
RGB
CMYK
RGB Variations
Color information
#9A6C24 (or 0x9A6C24) is known color: Buttered Rum. HEX triplet: 9A, 6C and 24. RGB value is (154,108,36). Sum of RGB (Red+Green+Blue) = 154+108+36=298 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.68% from 298); Green value is 108 (42.58% from 255 or 36.24% from 298); Blue value is 36 (14.45% from 255 or 12.08% from 298); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6C24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6C24 is #6593DB. Grayscale: #717171. Windows color (decimal): -6656988 or 2387098. OLE color: 2387098.
HSL color Cylindrical-coordinate representation of color #9A6C24: hue angle of 36.61º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9A6C24 is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 108 | 36 | - |
| CMYK | 0 | 0.30 | 0.77 | 0.40 |
| HSL | 36.61º | 0.62% | 0.37% | - |
| HSV(B) | 36.61º | 0.77% | 0.6% | - |
| XYZ | 19.01 | 17.72 | 4.09 | - |
| YUV | 113.55 | 84.24 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 108 | 36 | 0 | 0.30 | 0.77 | 0.40 | 36.61 | 0.62 | 0.37 |
| Hex | 9A | 6C | 24 | 0 | 1E | 4D | 28 | 25 | 3E | 25 |
| Octal | 232 | 154 | 44 | 0 | 36 | 115 | 50 | 45 | 76 | 45 |
| Binary | 10011010 | 1101100 | 100100 | 0 | 11110 | 1001101 | 101000 | 100101 | 111110 | 100101 |
Color Harmonies of #9A6C24
Complementary color
Monochromatic Colors of #9A6C24
Black with #9A6C24
Text Example
Text Example
White with #9A6C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6C24; }
p { color: rgb(154,108,36); }
H1.HeaderClassName
{
color: #9A6C24;
}
.AnyTagClassName
{
color: #9A6C24;
}
</style>
background-color css
<style>
a { background-color: #9A6C24; }
a { background-color: rgb(154,108,36); }
div.DivClassName
{
background-color: #9A6C24;
}
.BgClassName
{
background-color: #9A6C24;
}
</style>
border-color css
<style>
span { border-color: #9A6C24; }
span { border-color: rgb(154,108,36); }
td.TdClassName
{
border-color: #9A6C24;
}
.TagClassName
{
border-color: #9A6C24;
}
</style>