Shades of Buttered Rum #9B7E36
Tints of Buttered Rum #9B7E36
RGB
CMYK
RGB Variations
Color information
#9B7E36 (or 0x9B7E36) is known color: Buttered Rum. HEX triplet: 9B, 7E and 36. RGB value is (155,126,54). Sum of RGB (Red+Green+Blue) = 155+126+54=335 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.27% from 335); Green value is 126 (49.61% from 255 or 37.61% from 335); Blue value is 54 (21.48% from 255 or 16.12% from 335); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7E36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7E36 is #6481C9. Grayscale: #7E7E7E. Windows color (decimal): -6586826 or 3571355. OLE color: 3571355.
HSL color Cylindrical-coordinate representation of color #9B7E36: hue angle of 42.77º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9B7E36 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 126 | 54 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.39 |
| HSL | 42.77º | 0.48% | 0.41% | - |
| HSV(B) | 42.77º | 0.65% | 0.61% | - |
| XYZ | 21.64 | 22.16 | 6.63 | - |
| YUV | 126.46 | 87.11 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 126 | 54 | 0 | 0.19 | 0.65 | 0.39 | 42.77 | 0.48 | 0.41 |
| Hex | 9B | 7E | 36 | 0 | 13 | 41 | 27 | 2B | 30 | 29 |
| Octal | 233 | 176 | 66 | 0 | 23 | 101 | 47 | 53 | 60 | 51 |
| Binary | 10011011 | 1111110 | 110110 | 0 | 10011 | 1000001 | 100111 | 101011 | 110000 | 101001 |
Color Harmonies of #9B7E36
Complementary color
Monochromatic Colors of #9B7E36
Black with #9B7E36
Text Example
Text Example
White with #9B7E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7E36; }
p { color: rgb(155,126,54); }
H1.HeaderClassName
{
color: #9B7E36;
}
.AnyTagClassName
{
color: #9B7E36;
}
</style>
background-color css
<style>
a { background-color: #9B7E36; }
a { background-color: rgb(155,126,54); }
div.DivClassName
{
background-color: #9B7E36;
}
.BgClassName
{
background-color: #9B7E36;
}
</style>
border-color css
<style>
span { border-color: #9B7E36; }
span { border-color: rgb(155,126,54); }
td.TdClassName
{
border-color: #9B7E36;
}
.TagClassName
{
border-color: #9B7E36;
}
</style>