Shades of Golden Brown #9E6108
Tints of Golden Brown #9E6108
RGB
CMYK
RGB Variations
Color information
#9E6108 (or 0x9E6108) is known color: Golden Brown. HEX triplet: 9E, 61 and 08. RGB value is (158,97,8). Sum of RGB (Red+Green+Blue) = 158+97+8=263 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.08% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6108 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E6108 is #619EF7. Grayscale: #696969. Windows color (decimal): -6397688 or 549278. OLE color: 549278.
HSL color Cylindrical-coordinate representation of color #9E6108: hue angle of 35.6º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9E6108 is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 97 | 8 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.38 |
| HSL | 35.6º | 0.9% | 0.33% | - |
| HSV(B) | 35.6º | 0.95% | 0.62% | - |
| XYZ | 18.42 | 15.84 | 2.32 | - |
| YUV | 105.09 | 73.21 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 97 | 8 | 0 | 0.39 | 0.95 | 0.38 | 35.6 | 0.9 | 0.33 |
| Hex | 9E | 61 | 8 | 0 | 27 | 5F | 26 | 24 | 5A | 21 |
| Octal | 236 | 141 | 10 | 0 | 47 | 137 | 46 | 44 | 132 | 41 |
| Binary | 10011110 | 1100001 | 1000 | 0 | 100111 | 1011111 | 100110 | 100100 | 1011010 | 100001 |
Color Harmonies of #9E6108
Complementary color
Monochromatic Colors of #9E6108
Black with #9E6108
Text Example
Text Example
White with #9E6108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6108; }
p { color: rgb(158,97,8); }
H1.HeaderClassName
{
color: #9E6108;
}
.AnyTagClassName
{
color: #9E6108;
}
</style>
background-color css
<style>
a { background-color: #9E6108; }
a { background-color: rgb(158,97,8); }
div.DivClassName
{
background-color: #9E6108;
}
.BgClassName
{
background-color: #9E6108;
}
</style>
border-color css
<style>
span { border-color: #9E6108; }
span { border-color: rgb(158,97,8); }
td.TdClassName
{
border-color: #9E6108;
}
.TagClassName
{
border-color: #9E6108;
}
</style>