Shades of Golden Brown #9F610A
Tints of Golden Brown #9F610A
RGB
CMYK
RGB Variations
Color information
#9F610A (or 0x9F610A) is known color: Golden Brown. HEX triplet: 9F, 61 and 0A. RGB value is (159,97,10). Sum of RGB (Red+Green+Blue) = 159+97+10=266 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.77% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 10 (4.30% from 255 or 3.76% from 266); Max value from RGB is 159 - color contains mainly: red. Hex color #9F610A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F610A is #609EF5. Grayscale: #6A6A6A. Windows color (decimal): -6332150 or 680351. OLE color: 680351.
HSL color Cylindrical-coordinate representation of color #9F610A: hue angle of 35.03º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F610A is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 97 | 10 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.38 |
| HSL | 35.03º | 0.88% | 0.33% | - |
| HSV(B) | 35.03º | 0.94% | 0.62% | - |
| XYZ | 18.63 | 15.94 | 2.38 | - |
| YUV | 105.62 | 74.04 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 97 | 10 | 0 | 0.39 | 0.94 | 0.38 | 35.03 | 0.88 | 0.33 |
| Hex | 9F | 61 | A | 0 | 27 | 5E | 26 | 23 | 58 | 21 |
| Octal | 237 | 141 | 12 | 0 | 47 | 136 | 46 | 43 | 130 | 41 |
| Binary | 10011111 | 1100001 | 1010 | 0 | 100111 | 1011110 | 100110 | 100011 | 1011000 | 100001 |
Color Harmonies of #9F610A
Complementary color
Monochromatic Colors of #9F610A
Black with #9F610A
Text Example
Text Example
White with #9F610A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F610A; }
p { color: rgb(159,97,10); }
H1.HeaderClassName
{
color: #9F610A;
}
.AnyTagClassName
{
color: #9F610A;
}
</style>
background-color css
<style>
a { background-color: #9F610A; }
a { background-color: rgb(159,97,10); }
div.DivClassName
{
background-color: #9F610A;
}
.BgClassName
{
background-color: #9F610A;
}
</style>
border-color css
<style>
span { border-color: #9F610A; }
span { border-color: rgb(159,97,10); }
td.TdClassName
{
border-color: #9F610A;
}
.TagClassName
{
border-color: #9F610A;
}
</style>