Shades of Golden Brown #9E601B
Tints of Golden Brown #9E601B
RGB
CMYK
RGB Variations
Color information
#9E601B (or 0x9E601B) is known color: Golden Brown. HEX triplet: 9E, 60 and 1B. RGB value is (158,96,27). Sum of RGB (Red+Green+Blue) = 158+96+27=281 (37% of max value = 765). Red value is 158 (62.11% from 255 or 56.23% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 27 (10.94% from 255 or 9.61% from 281); Max value from RGB is 158 - color contains mainly: red. Hex color #9E601B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E601B is #619FE4. Grayscale: #6B6B6B. Windows color (decimal): -6397925 or 1794206. OLE color: 1794206.
HSL color Cylindrical-coordinate representation of color #9E601B: hue angle of 31.6º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9E601B is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 96 | 27 | - |
| CMYK | 0 | 0.39 | 0.83 | 0.38 |
| HSL | 31.6º | 0.71% | 0.36% | - |
| HSV(B) | 31.6º | 0.83% | 0.62% | - |
| XYZ | 18.48 | 15.71 | 3.1 | - |
| YUV | 106.67 | 83.04 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 96 | 27 | 0 | 0.39 | 0.83 | 0.38 | 31.6 | 0.71 | 0.36 |
| Hex | 9E | 60 | 1B | 0 | 27 | 53 | 26 | 20 | 47 | 24 |
| Octal | 236 | 140 | 33 | 0 | 47 | 123 | 46 | 40 | 107 | 44 |
| Binary | 10011110 | 1100000 | 11011 | 0 | 100111 | 1010011 | 100110 | 100000 | 1000111 | 100100 |
Color Harmonies of #9E601B
Complementary color
Monochromatic Colors of #9E601B
Black with #9E601B
Text Example
Text Example
White with #9E601B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E601B; }
p { color: rgb(158,96,27); }
H1.HeaderClassName
{
color: #9E601B;
}
.AnyTagClassName
{
color: #9E601B;
}
</style>
background-color css
<style>
a { background-color: #9E601B; }
a { background-color: rgb(158,96,27); }
div.DivClassName
{
background-color: #9E601B;
}
.BgClassName
{
background-color: #9E601B;
}
</style>
border-color css
<style>
span { border-color: #9E601B; }
span { border-color: rgb(158,96,27); }
td.TdClassName
{
border-color: #9E601B;
}
.TagClassName
{
border-color: #9E601B;
}
</style>