Shades of Buttered Rum #9A6926
Tints of Buttered Rum #9A6926
RGB
CMYK
RGB Variations
Color information
#9A6926 (or 0x9A6926) is known color: Buttered Rum. HEX triplet: 9A, 69 and 26. RGB value is (154,105,38). Sum of RGB (Red+Green+Blue) = 154+105+38=297 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.85% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 38 (15.23% from 255 or 12.79% from 297); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6926 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6926 is #6596D9. Grayscale: #707070. Windows color (decimal): -6657754 or 2517402. OLE color: 2517402.
HSL color Cylindrical-coordinate representation of color #9A6926: hue angle of 34.66º 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 #9A6926 is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 105 | 38 | - |
| CMYK | 0 | 0.32 | 0.75 | 0.40 |
| HSL | 34.66º | 0.6% | 0.38% | - |
| HSV(B) | 34.66º | 0.75% | 0.6% | - |
| XYZ | 18.73 | 17.11 | 4.15 | - |
| YUV | 112.01 | 86.23 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 105 | 38 | 0 | 0.32 | 0.75 | 0.40 | 34.66 | 0.6 | 0.38 |
| Hex | 9A | 69 | 26 | 0 | 20 | 4B | 28 | 23 | 3C | 26 |
| Octal | 232 | 151 | 46 | 0 | 40 | 113 | 50 | 43 | 74 | 46 |
| Binary | 10011010 | 1101001 | 100110 | 0 | 100000 | 1001011 | 101000 | 100011 | 111100 | 100110 |
Color Harmonies of #9A6926
Complementary color
Monochromatic Colors of #9A6926
Black with #9A6926
Text Example
Text Example
White with #9A6926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6926; }
p { color: rgb(154,105,38); }
H1.HeaderClassName
{
color: #9A6926;
}
.AnyTagClassName
{
color: #9A6926;
}
</style>
background-color css
<style>
a { background-color: #9A6926; }
a { background-color: rgb(154,105,38); }
div.DivClassName
{
background-color: #9A6926;
}
.BgClassName
{
background-color: #9A6926;
}
</style>
border-color css
<style>
span { border-color: #9A6926; }
span { border-color: rgb(154,105,38); }
td.TdClassName
{
border-color: #9A6926;
}
.TagClassName
{
border-color: #9A6926;
}
</style>