Shades of Buttered Rum #9E6A23
Tints of Buttered Rum #9E6A23
RGB
CMYK
RGB Variations
Color information
#9E6A23 (or 0x9E6A23) is known color: Buttered Rum. HEX triplet: 9E, 6A and 23. RGB value is (158,106,35). Sum of RGB (Red+Green+Blue) = 158+106+35=299 (39% of max value = 765). Red value is 158 (62.11% from 255 or 52.84% from 299); Green value is 106 (41.80% from 255 or 35.45% from 299); Blue value is 35 (14.06% from 255 or 11.71% from 299); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6A23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E6A23 is #6195DC. Grayscale: #717171. Windows color (decimal): -6395357 or 2321054. OLE color: 2321054.
HSL color Cylindrical-coordinate representation of color #9E6A23: hue angle of 34.63º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9E6A23 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 106 | 35 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.38 |
| HSL | 34.63º | 0.64% | 0.38% | - |
| HSV(B) | 34.63º | 0.78% | 0.62% | - |
| XYZ | 19.56 | 17.7 | 3.98 | - |
| YUV | 113.45 | 83.73 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 106 | 35 | 0 | 0.33 | 0.78 | 0.38 | 34.63 | 0.64 | 0.38 |
| Hex | 9E | 6A | 23 | 0 | 21 | 4E | 26 | 23 | 40 | 26 |
| Octal | 236 | 152 | 43 | 0 | 41 | 116 | 46 | 43 | 100 | 46 |
| Binary | 10011110 | 1101010 | 100011 | 0 | 100001 | 1001110 | 100110 | 100011 | 1000000 | 100110 |
Color Harmonies of #9E6A23
Complementary color
Monochromatic Colors of #9E6A23
Black with #9E6A23
Text Example
Text Example
White with #9E6A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6A23; }
p { color: rgb(158,106,35); }
H1.HeaderClassName
{
color: #9E6A23;
}
.AnyTagClassName
{
color: #9E6A23;
}
</style>
background-color css
<style>
a { background-color: #9E6A23; }
a { background-color: rgb(158,106,35); }
div.DivClassName
{
background-color: #9E6A23;
}
.BgClassName
{
background-color: #9E6A23;
}
</style>
border-color css
<style>
span { border-color: #9E6A23; }
span { border-color: rgb(158,106,35); }
td.TdClassName
{
border-color: #9E6A23;
}
.TagClassName
{
border-color: #9E6A23;
}
</style>