Shades of Golden Brown #9E621E
Tints of Golden Brown #9E621E
RGB
CMYK
RGB Variations
Color information
#9E621E (or 0x9E621E) is known color: Golden Brown. HEX triplet: 9E, 62 and 1E. RGB value is (158,98,30). Sum of RGB (Red+Green+Blue) = 158+98+30=286 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.24% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 30 (12.11% from 255 or 10.49% from 286); Max value from RGB is 158 - color contains mainly: red. Hex color #9E621E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E621E is #619DE1. Grayscale: #6C6C6C. Windows color (decimal): -6397410 or 1991326. OLE color: 1991326.
HSL color Cylindrical-coordinate representation of color #9E621E: hue angle of 31.88º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9E621E is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 98 | 30 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.38 |
| HSL | 31.88º | 0.68% | 0.37% | - |
| HSV(B) | 31.88º | 0.81% | 0.62% | - |
| XYZ | 18.7 | 16.1 | 3.35 | - |
| YUV | 108.19 | 83.88 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 98 | 30 | 0 | 0.38 | 0.81 | 0.38 | 31.88 | 0.68 | 0.37 |
| Hex | 9E | 62 | 1E | 0 | 26 | 51 | 26 | 20 | 44 | 25 |
| Octal | 236 | 142 | 36 | 0 | 46 | 121 | 46 | 40 | 104 | 45 |
| Binary | 10011110 | 1100010 | 11110 | 0 | 100110 | 1010001 | 100110 | 100000 | 1000100 | 100101 |
Color Harmonies of #9E621E
Complementary color
Monochromatic Colors of #9E621E
Black with #9E621E
Text Example
Text Example
White with #9E621E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E621E; }
p { color: rgb(158,98,30); }
H1.HeaderClassName
{
color: #9E621E;
}
.AnyTagClassName
{
color: #9E621E;
}
</style>
background-color css
<style>
a { background-color: #9E621E; }
a { background-color: rgb(158,98,30); }
div.DivClassName
{
background-color: #9E621E;
}
.BgClassName
{
background-color: #9E621E;
}
</style>
border-color css
<style>
span { border-color: #9E621E; }
span { border-color: rgb(158,98,30); }
td.TdClassName
{
border-color: #9E621E;
}
.TagClassName
{
border-color: #9E621E;
}
</style>