Shades of Buttered Rum #9B703B
Tints of Buttered Rum #9B703B
RGB
CMYK
RGB Variations
Color information
#9B703B (or 0x9B703B) is known color: Buttered Rum. HEX triplet: 9B, 70 and 3B. RGB value is (155,112,59). Sum of RGB (Red+Green+Blue) = 155+112+59=326 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.55% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 59 (23.44% from 255 or 18.10% from 326); Max value from RGB is 155 - color contains mainly: red. Hex color #9B703B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B703B is #648FC4. Grayscale: #777777. Windows color (decimal): -6590405 or 3895451. OLE color: 3895451.
HSL color Cylindrical-coordinate representation of color #9B703B: hue angle of 33.12º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9B703B is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 112 | 59 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.39 |
| HSL | 33.13º | 0.45% | 0.42% | - |
| HSV(B) | 33.13º | 0.62% | 0.61% | - |
| XYZ | 20.1 | 18.87 | 6.72 | - |
| YUV | 118.82 | 94.25 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 112 | 59 | 0 | 0.28 | 0.62 | 0.39 | 33.13 | 0.45 | 0.42 |
| Hex | 9B | 70 | 3B | 0 | 1C | 3E | 27 | 21 | 2D | 2A |
| Octal | 233 | 160 | 73 | 0 | 34 | 76 | 47 | 41 | 55 | 52 |
| Binary | 10011011 | 1110000 | 111011 | 0 | 11100 | 111110 | 100111 | 100001 | 101101 | 101010 |
Color Harmonies of #9B703B
Complementary color
Monochromatic Colors of #9B703B
Black with #9B703B
Text Example
Text Example
White with #9B703B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B703B; }
p { color: rgb(155,112,59); }
H1.HeaderClassName
{
color: #9B703B;
}
.AnyTagClassName
{
color: #9B703B;
}
</style>
background-color css
<style>
a { background-color: #9B703B; }
a { background-color: rgb(155,112,59); }
div.DivClassName
{
background-color: #9B703B;
}
.BgClassName
{
background-color: #9B703B;
}
</style>
border-color css
<style>
span { border-color: #9B703B; }
span { border-color: rgb(155,112,59); }
td.TdClassName
{
border-color: #9B703B;
}
.TagClassName
{
border-color: #9B703B;
}
</style>