Shades of Buttered Rum #9B7040
Tints of Buttered Rum #9B7040
RGB
CMYK
RGB Variations
Color information
#9B7040 (or 0x9B7040) is known color: Buttered Rum. HEX triplet: 9B, 70 and 40. RGB value is (155,112,64). Sum of RGB (Red+Green+Blue) = 155+112+64=331 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.83% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7040 is #648FBF. Grayscale: #777777. Windows color (decimal): -6590400 or 4223131. OLE color: 4223131.
HSL color Cylindrical-coordinate representation of color #9B7040: hue angle of 31.65º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9B7040 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 112 | 64 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.39 |
| HSL | 31.65º | 0.42% | 0.43% | - |
| HSV(B) | 31.65º | 0.59% | 0.61% | - |
| XYZ | 20.24 | 18.93 | 7.44 | - |
| YUV | 119.39 | 96.75 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 112 | 64 | 0 | 0.28 | 0.59 | 0.39 | 31.65 | 0.42 | 0.43 |
| Hex | 9B | 70 | 40 | 0 | 1C | 3B | 27 | 20 | 2A | 2B |
| Octal | 233 | 160 | 100 | 0 | 34 | 73 | 47 | 40 | 52 | 53 |
| Binary | 10011011 | 1110000 | 1000000 | 0 | 11100 | 111011 | 100111 | 100000 | 101010 | 101011 |
Color Harmonies of #9B7040
Complementary color
Monochromatic Colors of #9B7040
Black with #9B7040
Text Example
Text Example
White with #9B7040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7040; }
p { color: rgb(155,112,64); }
H1.HeaderClassName
{
color: #9B7040;
}
.AnyTagClassName
{
color: #9B7040;
}
</style>
background-color css
<style>
a { background-color: #9B7040; }
a { background-color: rgb(155,112,64); }
div.DivClassName
{
background-color: #9B7040;
}
.BgClassName
{
background-color: #9B7040;
}
</style>
border-color css
<style>
span { border-color: #9B7040; }
span { border-color: rgb(155,112,64); }
td.TdClassName
{
border-color: #9B7040;
}
.TagClassName
{
border-color: #9B7040;
}
</style>