Shades of Buttered Rum #9A6D31
Tints of Buttered Rum #9A6D31
RGB
CMYK
RGB Variations
Color information
#9A6D31 (or 0x9A6D31) is known color: Buttered Rum. HEX triplet: 9A, 6D and 31. RGB value is (154,109,49). Sum of RGB (Red+Green+Blue) = 154+109+49=312 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.36% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 49 (19.53% from 255 or 15.71% from 312); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6D31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6D31 is #6592CE. Grayscale: #737373. Windows color (decimal): -6656719 or 3239322. OLE color: 3239322.
HSL color Cylindrical-coordinate representation of color #9A6D31: hue angle of 34.29º 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 #9A6D31 is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 109 | 49 | - |
| CMYK | 0 | 0.29 | 0.68 | 0.40 |
| HSL | 34.29º | 0.52% | 0.4% | - |
| HSV(B) | 34.29º | 0.68% | 0.6% | - |
| XYZ | 19.35 | 18.03 | 5.37 | - |
| YUV | 115.62 | 90.41 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 109 | 49 | 0 | 0.29 | 0.68 | 0.40 | 34.29 | 0.52 | 0.4 |
| Hex | 9A | 6D | 31 | 0 | 1D | 44 | 28 | 22 | 34 | 28 |
| Octal | 232 | 155 | 61 | 0 | 35 | 104 | 50 | 42 | 64 | 50 |
| Binary | 10011010 | 1101101 | 110001 | 0 | 11101 | 1000100 | 101000 | 100010 | 110100 | 101000 |
Color Harmonies of #9A6D31
Complementary color
Monochromatic Colors of #9A6D31
Black with #9A6D31
Text Example
Text Example
White with #9A6D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6D31; }
p { color: rgb(154,109,49); }
H1.HeaderClassName
{
color: #9A6D31;
}
.AnyTagClassName
{
color: #9A6D31;
}
</style>
background-color css
<style>
a { background-color: #9A6D31; }
a { background-color: rgb(154,109,49); }
div.DivClassName
{
background-color: #9A6D31;
}
.BgClassName
{
background-color: #9A6D31;
}
</style>
border-color css
<style>
span { border-color: #9A6D31; }
span { border-color: rgb(154,109,49); }
td.TdClassName
{
border-color: #9A6D31;
}
.TagClassName
{
border-color: #9A6D31;
}
</style>