Shades of Golden Brown #9E6D1A
Tints of Golden Brown #9E6D1A
RGB
CMYK
RGB Variations
Color information
#9E6D1A (or 0x9E6D1A) is known color: Golden Brown. HEX triplet: 9E, 6D and 1A. RGB value is (158,109,26). Sum of RGB (Red+Green+Blue) = 158+109+26=293 (38% of max value = 765). Red value is 158 (62.11% from 255 or 53.92% from 293); Green value is 109 (42.97% from 255 or 37.20% from 293); Blue value is 26 (10.55% from 255 or 8.87% from 293); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6D1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E6D1A is #6192E5. Grayscale: #727272. Windows color (decimal): -6394598 or 1731998. OLE color: 1731998.
HSL color Cylindrical-coordinate representation of color #9E6D1A: hue angle of 37.73º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E6D1A is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 109 | 26 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.38 |
| HSL | 37.73º | 0.72% | 0.36% | - |
| HSV(B) | 37.73º | 0.84% | 0.62% | - |
| XYZ | 19.76 | 18.28 | 3.46 | - |
| YUV | 114.19 | 78.23 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 109 | 26 | 0 | 0.31 | 0.84 | 0.38 | 37.73 | 0.72 | 0.36 |
| Hex | 9E | 6D | 1A | 0 | 1F | 54 | 26 | 26 | 48 | 24 |
| Octal | 236 | 155 | 32 | 0 | 37 | 124 | 46 | 46 | 110 | 44 |
| Binary | 10011110 | 1101101 | 11010 | 0 | 11111 | 1010100 | 100110 | 100110 | 1001000 | 100100 |
Color Harmonies of #9E6D1A
Complementary color
Monochromatic Colors of #9E6D1A
Black with #9E6D1A
Text Example
Text Example
White with #9E6D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6D1A; }
p { color: rgb(158,109,26); }
H1.HeaderClassName
{
color: #9E6D1A;
}
.AnyTagClassName
{
color: #9E6D1A;
}
</style>
background-color css
<style>
a { background-color: #9E6D1A; }
a { background-color: rgb(158,109,26); }
div.DivClassName
{
background-color: #9E6D1A;
}
.BgClassName
{
background-color: #9E6D1A;
}
</style>
border-color css
<style>
span { border-color: #9E6D1A; }
span { border-color: rgb(158,109,26); }
td.TdClassName
{
border-color: #9E6D1A;
}
.TagClassName
{
border-color: #9E6D1A;
}
</style>