Shades of Buttered Rum #9B773D
Tints of Buttered Rum #9B773D
RGB
CMYK
RGB Variations
Color information
#9B773D (or 0x9B773D) is known color: Buttered Rum. HEX triplet: 9B, 77 and 3D. RGB value is (155,119,61). Sum of RGB (Red+Green+Blue) = 155+119+61=335 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.27% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 155 - color contains mainly: red. Hex color #9B773D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B773D is #6488C2. Grayscale: #7B7B7B. Windows color (decimal): -6588611 or 4028315. OLE color: 4028315.
HSL color Cylindrical-coordinate representation of color #9B773D: hue angle of 37.02º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9B773D is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 119 | 61 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.39 |
| HSL | 37.02º | 0.44% | 0.42% | - |
| HSV(B) | 37.02º | 0.61% | 0.61% | - |
| XYZ | 20.96 | 20.5 | 7.27 | - |
| YUV | 123.15 | 92.93 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 119 | 61 | 0 | 0.23 | 0.61 | 0.39 | 37.02 | 0.44 | 0.42 |
| Hex | 9B | 77 | 3D | 0 | 17 | 3D | 27 | 25 | 2C | 2A |
| Octal | 233 | 167 | 75 | 0 | 27 | 75 | 47 | 45 | 54 | 52 |
| Binary | 10011011 | 1110111 | 111101 | 0 | 10111 | 111101 | 100111 | 100101 | 101100 | 101010 |
Color Harmonies of #9B773D
Complementary color
Monochromatic Colors of #9B773D
Black with #9B773D
Text Example
Text Example
White with #9B773D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B773D; }
p { color: rgb(155,119,61); }
H1.HeaderClassName
{
color: #9B773D;
}
.AnyTagClassName
{
color: #9B773D;
}
</style>
background-color css
<style>
a { background-color: #9B773D; }
a { background-color: rgb(155,119,61); }
div.DivClassName
{
background-color: #9B773D;
}
.BgClassName
{
background-color: #9B773D;
}
</style>
border-color css
<style>
span { border-color: #9B773D; }
span { border-color: rgb(155,119,61); }
td.TdClassName
{
border-color: #9B773D;
}
.TagClassName
{
border-color: #9B773D;
}
</style>