Shades of Buttered Rum #9A793D
Tints of Buttered Rum #9A793D
RGB
CMYK
RGB Variations
Color information
#9A793D (or 0x9A793D) is known color: Buttered Rum. HEX triplet: 9A, 79 and 3D. RGB value is (154,121,61). Sum of RGB (Red+Green+Blue) = 154+121+61=336 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.83% from 336); Green value is 121 (47.66% from 255 or 36.01% from 336); Blue value is 61 (24.22% from 255 or 18.15% from 336); Max value from RGB is 154 - color contains mainly: red. Hex color #9A793D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A793D is #6586C2. Grayscale: #7C7C7C. Windows color (decimal): -6653635 or 4028826. OLE color: 4028826.
HSL color Cylindrical-coordinate representation of color #9A793D: hue angle of 38.71º 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 #9A793D is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 121 | 61 | - |
| CMYK | 0 | 0.21 | 0.60 | 0.40 |
| HSL | 38.71º | 0.43% | 0.42% | - |
| HSV(B) | 38.71º | 0.6% | 0.6% | - |
| XYZ | 21.01 | 20.88 | 7.34 | - |
| YUV | 124.03 | 92.43 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 121 | 61 | 0 | 0.21 | 0.60 | 0.40 | 38.71 | 0.43 | 0.42 |
| Hex | 9A | 79 | 3D | 0 | 15 | 3C | 28 | 27 | 2B | 2A |
| Octal | 232 | 171 | 75 | 0 | 25 | 74 | 50 | 47 | 53 | 52 |
| Binary | 10011010 | 1111001 | 111101 | 0 | 10101 | 111100 | 101000 | 100111 | 101011 | 101010 |
Color Harmonies of #9A793D
Complementary color
Monochromatic Colors of #9A793D
Black with #9A793D
Text Example
Text Example
White with #9A793D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A793D; }
p { color: rgb(154,121,61); }
H1.HeaderClassName
{
color: #9A793D;
}
.AnyTagClassName
{
color: #9A793D;
}
</style>
background-color css
<style>
a { background-color: #9A793D; }
a { background-color: rgb(154,121,61); }
div.DivClassName
{
background-color: #9A793D;
}
.BgClassName
{
background-color: #9A793D;
}
</style>
border-color css
<style>
span { border-color: #9A793D; }
span { border-color: rgb(154,121,61); }
td.TdClassName
{
border-color: #9A793D;
}
.TagClassName
{
border-color: #9A793D;
}
</style>