Shades of Golden Brown #9E610C
Tints of Golden Brown #9E610C
RGB
CMYK
RGB Variations
Color information
#9E610C (or 0x9E610C) is known color: Golden Brown. HEX triplet: 9E, 61 and 0C. RGB value is (158,97,12). Sum of RGB (Red+Green+Blue) = 158+97+12=267 (35% of max value = 765). Red value is 158 (62.11% from 255 or 59.18% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 12 (5.08% from 255 or 4.49% from 267); Max value from RGB is 158 - color contains mainly: red. Hex color #9E610C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E610C is #619EF3. Grayscale: #696969. Windows color (decimal): -6397684 or 811422. OLE color: 811422.
HSL color Cylindrical-coordinate representation of color #9E610C: hue angle of 34.93º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9E610C is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 97 | 12 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.38 |
| HSL | 34.93º | 0.86% | 0.33% | - |
| HSV(B) | 34.93º | 0.92% | 0.62% | - |
| XYZ | 18.44 | 15.85 | 2.43 | - |
| YUV | 105.55 | 75.21 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 97 | 12 | 0 | 0.39 | 0.92 | 0.38 | 34.93 | 0.86 | 0.33 |
| Hex | 9E | 61 | C | 0 | 27 | 5C | 26 | 23 | 56 | 21 |
| Octal | 236 | 141 | 14 | 0 | 47 | 134 | 46 | 43 | 126 | 41 |
| Binary | 10011110 | 1100001 | 1100 | 0 | 100111 | 1011100 | 100110 | 100011 | 1010110 | 100001 |
Color Harmonies of #9E610C
Complementary color
Monochromatic Colors of #9E610C
Black with #9E610C
Text Example
Text Example
White with #9E610C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E610C; }
p { color: rgb(158,97,12); }
H1.HeaderClassName
{
color: #9E610C;
}
.AnyTagClassName
{
color: #9E610C;
}
</style>
background-color css
<style>
a { background-color: #9E610C; }
a { background-color: rgb(158,97,12); }
div.DivClassName
{
background-color: #9E610C;
}
.BgClassName
{
background-color: #9E610C;
}
</style>
border-color css
<style>
span { border-color: #9E610C; }
span { border-color: rgb(158,97,12); }
td.TdClassName
{
border-color: #9E610C;
}
.TagClassName
{
border-color: #9E610C;
}
</style>