Shades of Buttered Rum #9B7134
Tints of Buttered Rum #9B7134
RGB
CMYK
RGB Variations
Color information
#9B7134 (or 0x9B7134) is known color: Buttered Rum. HEX triplet: 9B, 71 and 34. RGB value is (155,113,52). Sum of RGB (Red+Green+Blue) = 155+113+52=320 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.44% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 52 (20.70% from 255 or 16.25% from 320); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7134 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7134 is #648ECB. Grayscale: #767676. Windows color (decimal): -6590156 or 3436955. OLE color: 3436955.
HSL color Cylindrical-coordinate representation of color #9B7134: hue angle of 35.53º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B7134 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 113 | 52 | - |
| CMYK | 0 | 0.27 | 0.66 | 0.39 |
| HSL | 35.53º | 0.5% | 0.41% | - |
| HSV(B) | 35.53º | 0.66% | 0.61% | - |
| XYZ | 20.04 | 19.03 | 5.86 | - |
| YUV | 118.6 | 90.41 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 113 | 52 | 0 | 0.27 | 0.66 | 0.39 | 35.53 | 0.5 | 0.41 |
| Hex | 9B | 71 | 34 | 0 | 1B | 42 | 27 | 24 | 32 | 29 |
| Octal | 233 | 161 | 64 | 0 | 33 | 102 | 47 | 44 | 62 | 51 |
| Binary | 10011011 | 1110001 | 110100 | 0 | 11011 | 1000010 | 100111 | 100100 | 110010 | 101001 |
Color Harmonies of #9B7134
Complementary color
Monochromatic Colors of #9B7134
Black with #9B7134
Text Example
Text Example
White with #9B7134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7134; }
p { color: rgb(155,113,52); }
H1.HeaderClassName
{
color: #9B7134;
}
.AnyTagClassName
{
color: #9B7134;
}
</style>
background-color css
<style>
a { background-color: #9B7134; }
a { background-color: rgb(155,113,52); }
div.DivClassName
{
background-color: #9B7134;
}
.BgClassName
{
background-color: #9B7134;
}
</style>
border-color css
<style>
span { border-color: #9B7134; }
span { border-color: rgb(155,113,52); }
td.TdClassName
{
border-color: #9B7134;
}
.TagClassName
{
border-color: #9B7134;
}
</style>