Shades of Buttered Rum #9B7A3F
Tints of Buttered Rum #9B7A3F
RGB
CMYK
RGB Variations
Color information
#9B7A3F (or 0x9B7A3F) is known color: Buttered Rum. HEX triplet: 9B, 7A and 3F. RGB value is (155,122,63). Sum of RGB (Red+Green+Blue) = 155+122+63=340 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.59% from 340); Green value is 122 (48.05% from 255 or 35.88% from 340); Blue value is 63 (25% from 255 or 18.53% from 340); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7A3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7A3F is #6485C0. Grayscale: #7D7D7D. Windows color (decimal): -6587841 or 4160155. OLE color: 4160155.
HSL color Cylindrical-coordinate representation of color #9B7A3F: hue angle of 38.48º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9B7A3F is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 122 | 63 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.39 |
| HSL | 38.48º | 0.42% | 0.43% | - |
| HSV(B) | 38.48º | 0.59% | 0.61% | - |
| XYZ | 21.37 | 21.25 | 7.68 | - |
| YUV | 125.14 | 92.93 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 122 | 63 | 0 | 0.21 | 0.59 | 0.39 | 38.48 | 0.42 | 0.43 |
| Hex | 9B | 7A | 3F | 0 | 15 | 3B | 27 | 26 | 2A | 2B |
| Octal | 233 | 172 | 77 | 0 | 25 | 73 | 47 | 46 | 52 | 53 |
| Binary | 10011011 | 1111010 | 111111 | 0 | 10101 | 111011 | 100111 | 100110 | 101010 | 101011 |
Color Harmonies of #9B7A3F
Complementary color
Monochromatic Colors of #9B7A3F
Black with #9B7A3F
Text Example
Text Example
White with #9B7A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7A3F; }
p { color: rgb(155,122,63); }
H1.HeaderClassName
{
color: #9B7A3F;
}
.AnyTagClassName
{
color: #9B7A3F;
}
</style>
background-color css
<style>
a { background-color: #9B7A3F; }
a { background-color: rgb(155,122,63); }
div.DivClassName
{
background-color: #9B7A3F;
}
.BgClassName
{
background-color: #9B7A3F;
}
</style>
border-color css
<style>
span { border-color: #9B7A3F; }
span { border-color: rgb(155,122,63); }
td.TdClassName
{
border-color: #9B7A3F;
}
.TagClassName
{
border-color: #9B7A3F;
}
</style>