Shades of Buttered Rum #9A6B31
Tints of Buttered Rum #9A6B31
RGB
CMYK
RGB Variations
Color information
#9A6B31 (or 0x9A6B31) is known color: Buttered Rum. HEX triplet: 9A, 6B and 31. RGB value is (154,107,49). Sum of RGB (Red+Green+Blue) = 154+107+49=310 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.68% from 310); Green value is 107 (42.19% from 255 or 34.52% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6B31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6B31 is #6594CE. Grayscale: #727272. Windows color (decimal): -6657231 or 3238810. OLE color: 3238810.
HSL color Cylindrical-coordinate representation of color #9A6B31: hue angle of 33.14º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9A6B31 is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 107 | 49 | - |
| CMYK | 0 | 0.31 | 0.68 | 0.40 |
| HSL | 33.14º | 0.52% | 0.4% | - |
| HSV(B) | 33.14º | 0.68% | 0.6% | - |
| XYZ | 19.14 | 17.61 | 5.3 | - |
| YUV | 114.44 | 91.07 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 107 | 49 | 0 | 0.31 | 0.68 | 0.40 | 33.14 | 0.52 | 0.4 |
| Hex | 9A | 6B | 31 | 0 | 1F | 44 | 28 | 21 | 34 | 28 |
| Octal | 232 | 153 | 61 | 0 | 37 | 104 | 50 | 41 | 64 | 50 |
| Binary | 10011010 | 1101011 | 110001 | 0 | 11111 | 1000100 | 101000 | 100001 | 110100 | 101000 |
Color Harmonies of #9A6B31
Complementary color
Monochromatic Colors of #9A6B31
Black with #9A6B31
Text Example
Text Example
White with #9A6B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6B31; }
p { color: rgb(154,107,49); }
H1.HeaderClassName
{
color: #9A6B31;
}
.AnyTagClassName
{
color: #9A6B31;
}
</style>
background-color css
<style>
a { background-color: #9A6B31; }
a { background-color: rgb(154,107,49); }
div.DivClassName
{
background-color: #9A6B31;
}
.BgClassName
{
background-color: #9A6B31;
}
</style>
border-color css
<style>
span { border-color: #9A6B31; }
span { border-color: rgb(154,107,49); }
td.TdClassName
{
border-color: #9A6B31;
}
.TagClassName
{
border-color: #9A6B31;
}
</style>