Shades of Buttered Rum #9A793E
Tints of Buttered Rum #9A793E
RGB
CMYK
RGB Variations
Color information
#9A793E (or 0x9A793E) is known color: Buttered Rum. HEX triplet: 9A, 79 and 3E. RGB value is (154,121,62). Sum of RGB (Red+Green+Blue) = 154+121+62=337 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.70% from 337); Green value is 121 (47.66% from 255 or 35.91% from 337); Blue value is 62 (24.61% from 255 or 18.40% from 337); Max value from RGB is 154 - color contains mainly: red. Hex color #9A793E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A793E is #6586C1. Grayscale: #7C7C7C. Windows color (decimal): -6653634 or 4094362. OLE color: 4094362.
HSL color Cylindrical-coordinate representation of color #9A793E: hue angle of 38.48º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9A793E is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 121 | 62 | - |
| CMYK | 0 | 0.21 | 0.60 | 0.40 |
| HSL | 38.48º | 0.43% | 0.42% | - |
| HSV(B) | 38.48º | 0.6% | 0.6% | - |
| XYZ | 21.03 | 20.89 | 7.48 | - |
| YUV | 124.14 | 92.93 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 121 | 62 | 0 | 0.21 | 0.60 | 0.40 | 38.48 | 0.43 | 0.42 |
| Hex | 9A | 79 | 3E | 0 | 15 | 3C | 28 | 26 | 2B | 2A |
| Octal | 232 | 171 | 76 | 0 | 25 | 74 | 50 | 46 | 53 | 52 |
| Binary | 10011010 | 1111001 | 111110 | 0 | 10101 | 111100 | 101000 | 100110 | 101011 | 101010 |
Color Harmonies of #9A793E
Complementary color
Monochromatic Colors of #9A793E
Black with #9A793E
Text Example
Text Example
White with #9A793E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A793E; }
p { color: rgb(154,121,62); }
H1.HeaderClassName
{
color: #9A793E;
}
.AnyTagClassName
{
color: #9A793E;
}
</style>
background-color css
<style>
a { background-color: #9A793E; }
a { background-color: rgb(154,121,62); }
div.DivClassName
{
background-color: #9A793E;
}
.BgClassName
{
background-color: #9A793E;
}
</style>
border-color css
<style>
span { border-color: #9A793E; }
span { border-color: rgb(154,121,62); }
td.TdClassName
{
border-color: #9A793E;
}
.TagClassName
{
border-color: #9A793E;
}
</style>