Shades of Buttered Rum #9B7628
Tints of Buttered Rum #9B7628
RGB
CMYK
RGB Variations
Color information
#9B7628 (or 0x9B7628) is known color: Buttered Rum. HEX triplet: 9B, 76 and 28. RGB value is (155,118,40). Sum of RGB (Red+Green+Blue) = 155+118+40=313 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.52% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 40 (16.02% from 255 or 12.78% from 313); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7628 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7628 is #6489D7. Grayscale: #787878. Windows color (decimal): -6588888 or 2651803. OLE color: 2651803.
HSL color Cylindrical-coordinate representation of color #9B7628: hue angle of 40.7º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9B7628 is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 118 | 40 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.39 |
| HSL | 40.7º | 0.59% | 0.38% | - |
| HSV(B) | 40.7º | 0.74% | 0.61% | - |
| XYZ | 20.38 | 20.08 | 4.81 | - |
| YUV | 120.17 | 82.76 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 118 | 40 | 0 | 0.24 | 0.74 | 0.39 | 40.7 | 0.59 | 0.38 |
| Hex | 9B | 76 | 28 | 0 | 18 | 4A | 27 | 29 | 3B | 26 |
| Octal | 233 | 166 | 50 | 0 | 30 | 112 | 47 | 51 | 73 | 46 |
| Binary | 10011011 | 1110110 | 101000 | 0 | 11000 | 1001010 | 100111 | 101001 | 111011 | 100110 |
Color Harmonies of #9B7628
Complementary color
Monochromatic Colors of #9B7628
Black with #9B7628
Text Example
Text Example
White with #9B7628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7628; }
p { color: rgb(155,118,40); }
H1.HeaderClassName
{
color: #9B7628;
}
.AnyTagClassName
{
color: #9B7628;
}
</style>
background-color css
<style>
a { background-color: #9B7628; }
a { background-color: rgb(155,118,40); }
div.DivClassName
{
background-color: #9B7628;
}
.BgClassName
{
background-color: #9B7628;
}
</style>
border-color css
<style>
span { border-color: #9B7628; }
span { border-color: rgb(155,118,40); }
td.TdClassName
{
border-color: #9B7628;
}
.TagClassName
{
border-color: #9B7628;
}
</style>