Shades of Buttered Rum #9E6A25
Tints of Buttered Rum #9E6A25
RGB
CMYK
RGB Variations
Color information
#9E6A25 (or 0x9E6A25) is known color: Buttered Rum. HEX triplet: 9E, 6A and 25. RGB value is (158,106,37). Sum of RGB (Red+Green+Blue) = 158+106+37=301 (39% of max value = 765). Red value is 158 (62.11% from 255 or 52.49% from 301); Green value is 106 (41.80% from 255 or 35.22% from 301); Blue value is 37 (14.84% from 255 or 12.29% from 301); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6A25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E6A25 is #6195DA. Grayscale: #727272. Windows color (decimal): -6395355 or 2452126. OLE color: 2452126.
HSL color Cylindrical-coordinate representation of color #9E6A25: hue angle of 34.21º 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 #9E6A25 is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 106 | 37 | - |
| CMYK | 0 | 0.33 | 0.77 | 0.38 |
| HSL | 34.21º | 0.62% | 0.38% | - |
| HSV(B) | 34.21º | 0.77% | 0.62% | - |
| XYZ | 19.59 | 17.71 | 4.14 | - |
| YUV | 113.68 | 84.73 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 106 | 37 | 0 | 0.33 | 0.77 | 0.38 | 34.21 | 0.62 | 0.38 |
| Hex | 9E | 6A | 25 | 0 | 21 | 4D | 26 | 22 | 3E | 26 |
| Octal | 236 | 152 | 45 | 0 | 41 | 115 | 46 | 42 | 76 | 46 |
| Binary | 10011110 | 1101010 | 100101 | 0 | 100001 | 1001101 | 100110 | 100010 | 111110 | 100110 |
Color Harmonies of #9E6A25
Complementary color
Monochromatic Colors of #9E6A25
Black with #9E6A25
Text Example
Text Example
White with #9E6A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6A25; }
p { color: rgb(158,106,37); }
H1.HeaderClassName
{
color: #9E6A25;
}
.AnyTagClassName
{
color: #9E6A25;
}
</style>
background-color css
<style>
a { background-color: #9E6A25; }
a { background-color: rgb(158,106,37); }
div.DivClassName
{
background-color: #9E6A25;
}
.BgClassName
{
background-color: #9E6A25;
}
</style>
border-color css
<style>
span { border-color: #9E6A25; }
span { border-color: rgb(158,106,37); }
td.TdClassName
{
border-color: #9E6A25;
}
.TagClassName
{
border-color: #9E6A25;
}
</style>