Shades of Buttered Rum #9B7633
Tints of Buttered Rum #9B7633
RGB
CMYK
RGB Variations
Color information
#9B7633 (or 0x9B7633) is known color: Buttered Rum. HEX triplet: 9B, 76 and 33. RGB value is (155,118,51). Sum of RGB (Red+Green+Blue) = 155+118+51=324 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.84% from 324); Green value is 118 (46.48% from 255 or 36.42% from 324); Blue value is 51 (20.31% from 255 or 15.74% from 324); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7633 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7633 is #6489CC. Grayscale: #797979. Windows color (decimal): -6588877 or 3372699. OLE color: 3372699.
HSL color Cylindrical-coordinate representation of color #9B7633: hue angle of 38.65º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9B7633 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 118 | 51 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.39 |
| HSL | 38.65º | 0.5% | 0.4% | - |
| HSV(B) | 38.65º | 0.67% | 0.61% | - |
| XYZ | 20.59 | 20.16 | 5.94 | - |
| YUV | 121.43 | 88.26 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 118 | 51 | 0 | 0.24 | 0.67 | 0.39 | 38.65 | 0.5 | 0.4 |
| Hex | 9B | 76 | 33 | 0 | 18 | 43 | 27 | 27 | 32 | 28 |
| Octal | 233 | 166 | 63 | 0 | 30 | 103 | 47 | 47 | 62 | 50 |
| Binary | 10011011 | 1110110 | 110011 | 0 | 11000 | 1000011 | 100111 | 100111 | 110010 | 101000 |
Color Harmonies of #9B7633
Complementary color
Monochromatic Colors of #9B7633
Black with #9B7633
Text Example
Text Example
White with #9B7633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7633; }
p { color: rgb(155,118,51); }
H1.HeaderClassName
{
color: #9B7633;
}
.AnyTagClassName
{
color: #9B7633;
}
</style>
background-color css
<style>
a { background-color: #9B7633; }
a { background-color: rgb(155,118,51); }
div.DivClassName
{
background-color: #9B7633;
}
.BgClassName
{
background-color: #9B7633;
}
</style>
border-color css
<style>
span { border-color: #9B7633; }
span { border-color: rgb(155,118,51); }
td.TdClassName
{
border-color: #9B7633;
}
.TagClassName
{
border-color: #9B7633;
}
</style>