Shades of Buttered Rum #9B7638
Tints of Buttered Rum #9B7638
RGB
CMYK
RGB Variations
Color information
#9B7638 (or 0x9B7638) is known color: Buttered Rum. HEX triplet: 9B, 76 and 38. RGB value is (155,118,56). Sum of RGB (Red+Green+Blue) = 155+118+56=329 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.11% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 56 (22.27% from 255 or 17.02% from 329); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7638 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7638 is #6489C7. Grayscale: #7A7A7A. Windows color (decimal): -6588872 or 3700379. OLE color: 3700379.
HSL color Cylindrical-coordinate representation of color #9B7638: hue angle of 37.58º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9B7638 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 118 | 56 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.39 |
| HSL | 37.58º | 0.47% | 0.41% | - |
| HSV(B) | 37.58º | 0.64% | 0.61% | - |
| XYZ | 20.71 | 20.21 | 6.55 | - |
| YUV | 122 | 90.76 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 118 | 56 | 0 | 0.24 | 0.64 | 0.39 | 37.58 | 0.47 | 0.41 |
| Hex | 9B | 76 | 38 | 0 | 18 | 40 | 27 | 26 | 2F | 29 |
| Octal | 233 | 166 | 70 | 0 | 30 | 100 | 47 | 46 | 57 | 51 |
| Binary | 10011011 | 1110110 | 111000 | 0 | 11000 | 1000000 | 100111 | 100110 | 101111 | 101001 |
Color Harmonies of #9B7638
Complementary color
Monochromatic Colors of #9B7638
Black with #9B7638
Text Example
Text Example
White with #9B7638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7638; }
p { color: rgb(155,118,56); }
H1.HeaderClassName
{
color: #9B7638;
}
.AnyTagClassName
{
color: #9B7638;
}
</style>
background-color css
<style>
a { background-color: #9B7638; }
a { background-color: rgb(155,118,56); }
div.DivClassName
{
background-color: #9B7638;
}
.BgClassName
{
background-color: #9B7638;
}
</style>
border-color css
<style>
span { border-color: #9B7638; }
span { border-color: rgb(155,118,56); }
td.TdClassName
{
border-color: #9B7638;
}
.TagClassName
{
border-color: #9B7638;
}
</style>