Shades of Buttered Rum #9E6B25
Tints of Buttered Rum #9E6B25
RGB
CMYK
RGB Variations
Color information
#9E6B25 (or 0x9E6B25) is known color: Buttered Rum. HEX triplet: 9E, 6B and 25. RGB value is (158,107,37). Sum of RGB (Red+Green+Blue) = 158+107+37=302 (40% of max value = 765). Red value is 158 (62.11% from 255 or 52.32% from 302); Green value is 107 (42.19% from 255 or 35.43% from 302); Blue value is 37 (14.84% from 255 or 12.25% from 302); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6B25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E6B25 is #6194DA. Grayscale: #727272. Windows color (decimal): -6395099 or 2452382. OLE color: 2452382.
HSL color Cylindrical-coordinate representation of color #9E6B25: hue angle of 34.71º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9E6B25 is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 107 | 37 | - |
| CMYK | 0 | 0.32 | 0.77 | 0.38 |
| HSL | 34.71º | 0.62% | 0.38% | - |
| HSV(B) | 34.71º | 0.77% | 0.62% | - |
| XYZ | 19.69 | 17.92 | 4.17 | - |
| YUV | 114.27 | 84.4 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 107 | 37 | 0 | 0.32 | 0.77 | 0.38 | 34.71 | 0.62 | 0.38 |
| Hex | 9E | 6B | 25 | 0 | 20 | 4D | 26 | 23 | 3E | 26 |
| Octal | 236 | 153 | 45 | 0 | 40 | 115 | 46 | 43 | 76 | 46 |
| Binary | 10011110 | 1101011 | 100101 | 0 | 100000 | 1001101 | 100110 | 100011 | 111110 | 100110 |
Color Harmonies of #9E6B25
Complementary color
Monochromatic Colors of #9E6B25
Black with #9E6B25
Text Example
Text Example
White with #9E6B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6B25; }
p { color: rgb(158,107,37); }
H1.HeaderClassName
{
color: #9E6B25;
}
.AnyTagClassName
{
color: #9E6B25;
}
</style>
background-color css
<style>
a { background-color: #9E6B25; }
a { background-color: rgb(158,107,37); }
div.DivClassName
{
background-color: #9E6B25;
}
.BgClassName
{
background-color: #9E6B25;
}
</style>
border-color css
<style>
span { border-color: #9E6B25; }
span { border-color: rgb(158,107,37); }
td.TdClassName
{
border-color: #9E6B25;
}
.TagClassName
{
border-color: #9E6B25;
}
</style>