Shades of Buttered Rum #9A7026
Tints of Buttered Rum #9A7026
RGB
CMYK
RGB Variations
Color information
#9A7026 (or 0x9A7026) is known color: Buttered Rum. HEX triplet: 9A, 70 and 26. RGB value is (154,112,38). Sum of RGB (Red+Green+Blue) = 154+112+38=304 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.66% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 38 (15.23% from 255 or 12.5% from 304); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7026 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7026 is #658FD9. Grayscale: #747474. Windows color (decimal): -6655962 or 2519194. OLE color: 2519194.
HSL color Cylindrical-coordinate representation of color #9A7026: hue angle of 38.28º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9A7026 is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 112 | 38 | - |
| CMYK | 0 | 0.27 | 0.75 | 0.40 |
| HSL | 38.28º | 0.6% | 0.38% | - |
| HSV(B) | 38.28º | 0.75% | 0.6% | - |
| XYZ | 19.47 | 18.6 | 4.4 | - |
| YUV | 116.12 | 83.91 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 112 | 38 | 0 | 0.27 | 0.75 | 0.40 | 38.28 | 0.6 | 0.38 |
| Hex | 9A | 70 | 26 | 0 | 1B | 4B | 28 | 26 | 3C | 26 |
| Octal | 232 | 160 | 46 | 0 | 33 | 113 | 50 | 46 | 74 | 46 |
| Binary | 10011010 | 1110000 | 100110 | 0 | 11011 | 1001011 | 101000 | 100110 | 111100 | 100110 |
Color Harmonies of #9A7026
Complementary color
Monochromatic Colors of #9A7026
Black with #9A7026
Text Example
Text Example
White with #9A7026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7026; }
p { color: rgb(154,112,38); }
H1.HeaderClassName
{
color: #9A7026;
}
.AnyTagClassName
{
color: #9A7026;
}
</style>
background-color css
<style>
a { background-color: #9A7026; }
a { background-color: rgb(154,112,38); }
div.DivClassName
{
background-color: #9A7026;
}
.BgClassName
{
background-color: #9A7026;
}
</style>
border-color css
<style>
span { border-color: #9A7026; }
span { border-color: rgb(154,112,38); }
td.TdClassName
{
border-color: #9A7026;
}
.TagClassName
{
border-color: #9A7026;
}
</style>