Shades of Golden Brown #9E6208
Tints of Golden Brown #9E6208
RGB
CMYK
RGB Variations
Color information
#9E6208 (or 0x9E6208) is known color: Golden Brown. HEX triplet: 9E, 62 and 08. RGB value is (158,98,8). Sum of RGB (Red+Green+Blue) = 158+98+8=264 (34% of max value = 765). Red value is 158 (62.11% from 255 or 59.85% from 264); Green value is 98 (38.67% from 255 or 37.12% from 264); Blue value is 8 (3.52% from 255 or 3.03% from 264); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6208 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E6208 is #619DF7. Grayscale: #6A6A6A. Windows color (decimal): -6397432 or 549534. OLE color: 549534.
HSL color Cylindrical-coordinate representation of color #9E6208: hue angle of 36º 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 #9E6208 is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 98 | 8 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.38 |
| HSL | 36º | 0.9% | 0.33% | - |
| HSV(B) | 36º | 0.95% | 0.62% | - |
| XYZ | 18.51 | 16.02 | 2.35 | - |
| YUV | 105.68 | 72.88 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 98 | 8 | 0 | 0.38 | 0.95 | 0.38 | 36 | 0.9 | 0.33 |
| Hex | 9E | 62 | 8 | 0 | 26 | 5F | 26 | 24 | 5A | 21 |
| Octal | 236 | 142 | 10 | 0 | 46 | 137 | 46 | 44 | 132 | 41 |
| Binary | 10011110 | 1100010 | 1000 | 0 | 100110 | 1011111 | 100110 | 100100 | 1011010 | 100001 |
Color Harmonies of #9E6208
Complementary color
Monochromatic Colors of #9E6208
Black with #9E6208
Text Example
Text Example
White with #9E6208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6208; }
p { color: rgb(158,98,8); }
H1.HeaderClassName
{
color: #9E6208;
}
.AnyTagClassName
{
color: #9E6208;
}
</style>
background-color css
<style>
a { background-color: #9E6208; }
a { background-color: rgb(158,98,8); }
div.DivClassName
{
background-color: #9E6208;
}
.BgClassName
{
background-color: #9E6208;
}
</style>
border-color css
<style>
span { border-color: #9E6208; }
span { border-color: rgb(158,98,8); }
td.TdClassName
{
border-color: #9E6208;
}
.TagClassName
{
border-color: #9E6208;
}
</style>