Shades of Buttered Rum #9B713F
Tints of Buttered Rum #9B713F
RGB
CMYK
RGB Variations
Color information
#9B713F (or 0x9B713F) is known color: Buttered Rum. HEX triplet: 9B, 71 and 3F. RGB value is (155,113,63). Sum of RGB (Red+Green+Blue) = 155+113+63=331 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.83% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 155 - color contains mainly: red. Hex color #9B713F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B713F is #648EC0. Grayscale: #787878. Windows color (decimal): -6590145 or 4157851. OLE color: 4157851.
HSL color Cylindrical-coordinate representation of color #9B713F: hue angle of 32.61º 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 #9B713F is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 113 | 63 | - |
| CMYK | 0 | 0.27 | 0.59 | 0.39 |
| HSL | 32.61º | 0.42% | 0.43% | - |
| HSV(B) | 32.61º | 0.59% | 0.61% | - |
| XYZ | 20.32 | 19.14 | 7.33 | - |
| YUV | 119.86 | 95.91 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 113 | 63 | 0 | 0.27 | 0.59 | 0.39 | 32.61 | 0.42 | 0.43 |
| Hex | 9B | 71 | 3F | 0 | 1B | 3B | 27 | 21 | 2A | 2B |
| Octal | 233 | 161 | 77 | 0 | 33 | 73 | 47 | 41 | 52 | 53 |
| Binary | 10011011 | 1110001 | 111111 | 0 | 11011 | 111011 | 100111 | 100001 | 101010 | 101011 |
Color Harmonies of #9B713F
Complementary color
Monochromatic Colors of #9B713F
Black with #9B713F
Text Example
Text Example
White with #9B713F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B713F; }
p { color: rgb(155,113,63); }
H1.HeaderClassName
{
color: #9B713F;
}
.AnyTagClassName
{
color: #9B713F;
}
</style>
background-color css
<style>
a { background-color: #9B713F; }
a { background-color: rgb(155,113,63); }
div.DivClassName
{
background-color: #9B713F;
}
.BgClassName
{
background-color: #9B713F;
}
</style>
border-color css
<style>
span { border-color: #9B713F; }
span { border-color: rgb(155,113,63); }
td.TdClassName
{
border-color: #9B713F;
}
.TagClassName
{
border-color: #9B713F;
}
</style>