Shades of Golden Brown #9E601D
Tints of Golden Brown #9E601D
RGB
CMYK
RGB Variations
Color information
#9E601D (or 0x9E601D) is known color: Golden Brown. HEX triplet: 9E, 60 and 1D. RGB value is (158,96,29). Sum of RGB (Red+Green+Blue) = 158+96+29=283 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.83% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 158 - color contains mainly: red. Hex color #9E601D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E601D is #619FE2. Grayscale: #6B6B6B. Windows color (decimal): -6397923 or 1925278. OLE color: 1925278.
HSL color Cylindrical-coordinate representation of color #9E601D: hue angle of 31.16º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9E601D is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 96 | 29 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.38 |
| HSL | 31.16º | 0.69% | 0.37% | - |
| HSV(B) | 31.16º | 0.82% | 0.62% | - |
| XYZ | 18.51 | 15.72 | 3.22 | - |
| YUV | 106.9 | 84.04 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 96 | 29 | 0 | 0.39 | 0.82 | 0.38 | 31.16 | 0.69 | 0.37 |
| Hex | 9E | 60 | 1D | 0 | 27 | 52 | 26 | 1F | 45 | 25 |
| Octal | 236 | 140 | 35 | 0 | 47 | 122 | 46 | 37 | 105 | 45 |
| Binary | 10011110 | 1100000 | 11101 | 0 | 100111 | 1010010 | 100110 | 11111 | 1000101 | 100101 |
Color Harmonies of #9E601D
Complementary color
Monochromatic Colors of #9E601D
Black with #9E601D
Text Example
Text Example
White with #9E601D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E601D; }
p { color: rgb(158,96,29); }
H1.HeaderClassName
{
color: #9E601D;
}
.AnyTagClassName
{
color: #9E601D;
}
</style>
background-color css
<style>
a { background-color: #9E601D; }
a { background-color: rgb(158,96,29); }
div.DivClassName
{
background-color: #9E601D;
}
.BgClassName
{
background-color: #9E601D;
}
</style>
border-color css
<style>
span { border-color: #9E601D; }
span { border-color: rgb(158,96,29); }
td.TdClassName
{
border-color: #9E601D;
}
.TagClassName
{
border-color: #9E601D;
}
</style>