Shades of Golden Brown #9E650D
Tints of Golden Brown #9E650D
RGB
CMYK
RGB Variations
Color information
#9E650D (or 0x9E650D) is known color: Golden Brown. HEX triplet: 9E, 65 and 0D. RGB value is (158,101,13). Sum of RGB (Red+Green+Blue) = 158+101+13=272 (36% of max value = 765). Red value is 158 (62.11% from 255 or 58.09% from 272); Green value is 101 (39.84% from 255 or 37.13% from 272); Blue value is 13 (5.47% from 255 or 4.78% from 272); Max value from RGB is 158 - color contains mainly: red. Hex color #9E650D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E650D is #619AF2. Grayscale: #6C6C6C. Windows color (decimal): -6396659 or 877982. OLE color: 877982.
HSL color Cylindrical-coordinate representation of color #9E650D: hue angle of 36.41º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9E650D is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 101 | 13 | - |
| CMYK | 0 | 0.36 | 0.92 | 0.38 |
| HSL | 36.41º | 0.85% | 0.34% | - |
| HSV(B) | 36.41º | 0.92% | 0.62% | - |
| XYZ | 18.83 | 16.61 | 2.59 | - |
| YUV | 108.01 | 74.38 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 101 | 13 | 0 | 0.36 | 0.92 | 0.38 | 36.41 | 0.85 | 0.34 |
| Hex | 9E | 65 | D | 0 | 24 | 5C | 26 | 24 | 55 | 22 |
| Octal | 236 | 145 | 15 | 0 | 44 | 134 | 46 | 44 | 125 | 42 |
| Binary | 10011110 | 1100101 | 1101 | 0 | 100100 | 1011100 | 100110 | 100100 | 1010101 | 100010 |
Color Harmonies of #9E650D
Complementary color
Monochromatic Colors of #9E650D
Black with #9E650D
Text Example
Text Example
White with #9E650D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E650D; }
p { color: rgb(158,101,13); }
H1.HeaderClassName
{
color: #9E650D;
}
.AnyTagClassName
{
color: #9E650D;
}
</style>
background-color css
<style>
a { background-color: #9E650D; }
a { background-color: rgb(158,101,13); }
div.DivClassName
{
background-color: #9E650D;
}
.BgClassName
{
background-color: #9E650D;
}
</style>
border-color css
<style>
span { border-color: #9E650D; }
span { border-color: rgb(158,101,13); }
td.TdClassName
{
border-color: #9E650D;
}
.TagClassName
{
border-color: #9E650D;
}
</style>