Shades of Buttered Rum #9A6B37
Tints of Buttered Rum #9A6B37
RGB
CMYK
RGB Variations
Color information
#9A6B37 (or 0x9A6B37) is known color: Buttered Rum. HEX triplet: 9A, 6B and 37. RGB value is (154,107,55). Sum of RGB (Red+Green+Blue) = 154+107+55=316 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.73% from 316); Green value is 107 (42.19% from 255 or 33.86% from 316); Blue value is 55 (21.88% from 255 or 17.41% from 316); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6B37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6B37 is #6594C8. Grayscale: #737373. Windows color (decimal): -6657225 or 3632026. OLE color: 3632026.
HSL color Cylindrical-coordinate representation of color #9A6B37: hue angle of 31.52º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9A6B37 is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 107 | 55 | - |
| CMYK | 0 | 0.31 | 0.64 | 0.40 |
| HSL | 31.52º | 0.47% | 0.41% | - |
| HSV(B) | 31.52º | 0.64% | 0.6% | - |
| XYZ | 19.27 | 17.66 | 6.01 | - |
| YUV | 115.13 | 94.07 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 107 | 55 | 0 | 0.31 | 0.64 | 0.40 | 31.52 | 0.47 | 0.41 |
| Hex | 9A | 6B | 37 | 0 | 1F | 40 | 28 | 20 | 2F | 29 |
| Octal | 232 | 153 | 67 | 0 | 37 | 100 | 50 | 40 | 57 | 51 |
| Binary | 10011010 | 1101011 | 110111 | 0 | 11111 | 1000000 | 101000 | 100000 | 101111 | 101001 |
Color Harmonies of #9A6B37
Complementary color
Monochromatic Colors of #9A6B37
Black with #9A6B37
Text Example
Text Example
White with #9A6B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6B37; }
p { color: rgb(154,107,55); }
H1.HeaderClassName
{
color: #9A6B37;
}
.AnyTagClassName
{
color: #9A6B37;
}
</style>
background-color css
<style>
a { background-color: #9A6B37; }
a { background-color: rgb(154,107,55); }
div.DivClassName
{
background-color: #9A6B37;
}
.BgClassName
{
background-color: #9A6B37;
}
</style>
border-color css
<style>
span { border-color: #9A6B37; }
span { border-color: rgb(154,107,55); }
td.TdClassName
{
border-color: #9A6B37;
}
.TagClassName
{
border-color: #9A6B37;
}
</style>