Shades of Buttered Rum #9B6828
Tints of Buttered Rum #9B6828
RGB
CMYK
RGB Variations
Color information
#9B6828 (or 0x9B6828) is known color: Buttered Rum. HEX triplet: 9B, 68 and 28. RGB value is (155,104,40). Sum of RGB (Red+Green+Blue) = 155+104+40=299 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.84% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 40 (16.02% from 255 or 13.38% from 299); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6828 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6828 is #6497D7. Grayscale: #707070. Windows color (decimal): -6592472 or 2648219. OLE color: 2648219.
HSL color Cylindrical-coordinate representation of color #9B6828: hue angle of 33.39º 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 #9B6828 is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 104 | 40 | - |
| CMYK | 0 | 0.33 | 0.74 | 0.39 |
| HSL | 33.39º | 0.59% | 0.38% | - |
| HSV(B) | 33.39º | 0.74% | 0.61% | - |
| XYZ | 18.85 | 17.02 | 4.3 | - |
| YUV | 111.95 | 87.4 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 104 | 40 | 0 | 0.33 | 0.74 | 0.39 | 33.39 | 0.59 | 0.38 |
| Hex | 9B | 68 | 28 | 0 | 21 | 4A | 27 | 21 | 3B | 26 |
| Octal | 233 | 150 | 50 | 0 | 41 | 112 | 47 | 41 | 73 | 46 |
| Binary | 10011011 | 1101000 | 101000 | 0 | 100001 | 1001010 | 100111 | 100001 | 111011 | 100110 |
Color Harmonies of #9B6828
Complementary color
Monochromatic Colors of #9B6828
Black with #9B6828
Text Example
Text Example
White with #9B6828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6828; }
p { color: rgb(155,104,40); }
H1.HeaderClassName
{
color: #9B6828;
}
.AnyTagClassName
{
color: #9B6828;
}
</style>
background-color css
<style>
a { background-color: #9B6828; }
a { background-color: rgb(155,104,40); }
div.DivClassName
{
background-color: #9B6828;
}
.BgClassName
{
background-color: #9B6828;
}
</style>
border-color css
<style>
span { border-color: #9B6828; }
span { border-color: rgb(155,104,40); }
td.TdClassName
{
border-color: #9B6828;
}
.TagClassName
{
border-color: #9B6828;
}
</style>