Shades of Buttered Rum #9B7A3C
Tints of Buttered Rum #9B7A3C
RGB
CMYK
RGB Variations
Color information
#9B7A3C (or 0x9B7A3C) is known color: Buttered Rum. HEX triplet: 9B, 7A and 3C. RGB value is (155,122,60). Sum of RGB (Red+Green+Blue) = 155+122+60=337 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.99% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7A3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7A3C is #6485C3. Grayscale: #7D7D7D. Windows color (decimal): -6587844 or 3963547. OLE color: 3963547.
HSL color Cylindrical-coordinate representation of color #9B7A3C: hue angle of 39.16º 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 #9B7A3C is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 122 | 60 | - |
| CMYK | 0 | 0.21 | 0.61 | 0.39 |
| HSL | 39.16º | 0.44% | 0.42% | - |
| HSV(B) | 39.16º | 0.61% | 0.61% | - |
| XYZ | 21.29 | 21.21 | 7.25 | - |
| YUV | 124.8 | 91.43 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 122 | 60 | 0 | 0.21 | 0.61 | 0.39 | 39.16 | 0.44 | 0.42 |
| Hex | 9B | 7A | 3C | 0 | 15 | 3D | 27 | 27 | 2C | 2A |
| Octal | 233 | 172 | 74 | 0 | 25 | 75 | 47 | 47 | 54 | 52 |
| Binary | 10011011 | 1111010 | 111100 | 0 | 10101 | 111101 | 100111 | 100111 | 101100 | 101010 |
Color Harmonies of #9B7A3C
Complementary color
Monochromatic Colors of #9B7A3C
Black with #9B7A3C
Text Example
Text Example
White with #9B7A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7A3C; }
p { color: rgb(155,122,60); }
H1.HeaderClassName
{
color: #9B7A3C;
}
.AnyTagClassName
{
color: #9B7A3C;
}
</style>
background-color css
<style>
a { background-color: #9B7A3C; }
a { background-color: rgb(155,122,60); }
div.DivClassName
{
background-color: #9B7A3C;
}
.BgClassName
{
background-color: #9B7A3C;
}
</style>
border-color css
<style>
span { border-color: #9B7A3C; }
span { border-color: rgb(155,122,60); }
td.TdClassName
{
border-color: #9B7A3C;
}
.TagClassName
{
border-color: #9B7A3C;
}
</style>