Shades of Buttered Rum #9F793D
Tints of Buttered Rum #9F793D
RGB
CMYK
RGB Variations
Color information
#9F793D (or 0x9F793D) is known color: Buttered Rum. HEX triplet: 9F, 79 and 3D. RGB value is (159,121,61). Sum of RGB (Red+Green+Blue) = 159+121+61=341 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.63% from 341); Green value is 121 (47.66% from 255 or 35.48% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 159 - color contains mainly: red. Hex color #9F793D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F793D is #6086C2. Grayscale: #7D7D7D. Windows color (decimal): -6325955 or 4028831. OLE color: 4028831.
HSL color Cylindrical-coordinate representation of color #9F793D: hue angle of 36.73º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9F793D is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 121 | 61 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.38 |
| HSL | 36.73º | 0.45% | 0.43% | - |
| HSV(B) | 36.73º | 0.62% | 0.62% | - |
| XYZ | 21.98 | 21.38 | 7.38 | - |
| YUV | 125.52 | 91.59 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 121 | 61 | 0 | 0.24 | 0.62 | 0.38 | 36.73 | 0.45 | 0.43 |
| Hex | 9F | 79 | 3D | 0 | 18 | 3E | 26 | 25 | 2D | 2B |
| Octal | 237 | 171 | 75 | 0 | 30 | 76 | 46 | 45 | 55 | 53 |
| Binary | 10011111 | 1111001 | 111101 | 0 | 11000 | 111110 | 100110 | 100101 | 101101 | 101011 |
Color Harmonies of #9F793D
Complementary color
Monochromatic Colors of #9F793D
Black with #9F793D
Text Example
Text Example
White with #9F793D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F793D; }
p { color: rgb(159,121,61); }
H1.HeaderClassName
{
color: #9F793D;
}
.AnyTagClassName
{
color: #9F793D;
}
</style>
background-color css
<style>
a { background-color: #9F793D; }
a { background-color: rgb(159,121,61); }
div.DivClassName
{
background-color: #9F793D;
}
.BgClassName
{
background-color: #9F793D;
}
</style>
border-color css
<style>
span { border-color: #9F793D; }
span { border-color: rgb(159,121,61); }
td.TdClassName
{
border-color: #9F793D;
}
.TagClassName
{
border-color: #9F793D;
}
</style>