Shades of Buttered Rum #9A6B3A
Tints of Buttered Rum #9A6B3A
RGB
CMYK
RGB Variations
Color information
#9A6B3A (or 0x9A6B3A) is known color: Buttered Rum. HEX triplet: 9A, 6B and 3A. RGB value is (154,107,58). Sum of RGB (Red+Green+Blue) = 154+107+58=319 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.28% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 58 (23.05% from 255 or 18.18% from 319); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6B3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6B3A is #6594C5. Grayscale: #737373. Windows color (decimal): -6657222 or 3828634. OLE color: 3828634.
HSL color Cylindrical-coordinate representation of color #9A6B3A: hue angle of 30.63º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9A6B3A is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 107 | 58 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.40 |
| HSL | 30.63º | 0.45% | 0.42% | - |
| HSV(B) | 30.63º | 0.62% | 0.6% | - |
| XYZ | 19.35 | 17.69 | 6.4 | - |
| YUV | 115.47 | 95.57 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 107 | 58 | 0 | 0.31 | 0.62 | 0.40 | 30.63 | 0.45 | 0.42 |
| Hex | 9A | 6B | 3A | 0 | 1F | 3E | 28 | 1F | 2D | 2A |
| Octal | 232 | 153 | 72 | 0 | 37 | 76 | 50 | 37 | 55 | 52 |
| Binary | 10011010 | 1101011 | 111010 | 0 | 11111 | 111110 | 101000 | 11111 | 101101 | 101010 |
Color Harmonies of #9A6B3A
Complementary color
Monochromatic Colors of #9A6B3A
Black with #9A6B3A
Text Example
Text Example
White with #9A6B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6B3A; }
p { color: rgb(154,107,58); }
H1.HeaderClassName
{
color: #9A6B3A;
}
.AnyTagClassName
{
color: #9A6B3A;
}
</style>
background-color css
<style>
a { background-color: #9A6B3A; }
a { background-color: rgb(154,107,58); }
div.DivClassName
{
background-color: #9A6B3A;
}
.BgClassName
{
background-color: #9A6B3A;
}
</style>
border-color css
<style>
span { border-color: #9A6B3A; }
span { border-color: rgb(154,107,58); }
td.TdClassName
{
border-color: #9A6B3A;
}
.TagClassName
{
border-color: #9A6B3A;
}
</style>