Shades of Golden Brown #9E6305
Tints of Golden Brown #9E6305
RGB
CMYK
RGB Variations
Color information
#9E6305 (or 0x9E6305) is known color: Golden Brown. HEX triplet: 9E, 63 and 05. RGB value is (158,99,5). Sum of RGB (Red+Green+Blue) = 158+99+5=262 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.31% from 262); Green value is 99 (39.06% from 255 or 37.79% from 262); Blue value is 5 (2.34% from 255 or 1.91% from 262); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6305 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E6305 is #619CFA. Grayscale: #6A6A6A. Windows color (decimal): -6397179 or 353182. OLE color: 353182.
HSL color Cylindrical-coordinate representation of color #9E6305: hue angle of 36.86º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E6305 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 99 | 5 | - |
| CMYK | 0 | 0.37 | 0.97 | 0.38 |
| HSL | 36.86º | 0.94% | 0.32% | - |
| HSV(B) | 36.86º | 0.97% | 0.62% | - |
| XYZ | 18.59 | 16.2 | 2.29 | - |
| YUV | 105.93 | 71.05 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 99 | 5 | 0 | 0.37 | 0.97 | 0.38 | 36.86 | 0.94 | 0.32 |
| Hex | 9E | 63 | 5 | 0 | 25 | 61 | 26 | 25 | 5E | 20 |
| Octal | 236 | 143 | 5 | 0 | 45 | 141 | 46 | 45 | 136 | 40 |
| Binary | 10011110 | 1100011 | 101 | 0 | 100101 | 1100001 | 100110 | 100101 | 1011110 | 100000 |
Color Harmonies of #9E6305
Complementary color
Monochromatic Colors of #9E6305
Black with #9E6305
Text Example
Text Example
White with #9E6305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6305; }
p { color: rgb(158,99,5); }
H1.HeaderClassName
{
color: #9E6305;
}
.AnyTagClassName
{
color: #9E6305;
}
</style>
background-color css
<style>
a { background-color: #9E6305; }
a { background-color: rgb(158,99,5); }
div.DivClassName
{
background-color: #9E6305;
}
.BgClassName
{
background-color: #9E6305;
}
</style>
border-color css
<style>
span { border-color: #9E6305; }
span { border-color: rgb(158,99,5); }
td.TdClassName
{
border-color: #9E6305;
}
.TagClassName
{
border-color: #9E6305;
}
</style>