Shades of Golden Brown #9D680A
Tints of Golden Brown #9D680A
RGB
CMYK
RGB Variations
Color information
#9D680A (or 0x9D680A) is known color: Golden Brown. HEX triplet: 9D, 68 and 0A. RGB value is (157,104,10). Sum of RGB (Red+Green+Blue) = 157+104+10=271 (35% of max value = 765). Red value is 157 (61.72% from 255 or 57.93% from 271); Green value is 104 (41.02% from 255 or 38.38% from 271); Blue value is 10 (4.30% from 255 or 3.69% from 271); Max value from RGB is 157 - color contains mainly: red. Hex color #9D680A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D680A is #6297F5. Grayscale: #6D6D6D. Windows color (decimal): -6461430 or 682141. OLE color: 682141.
HSL color Cylindrical-coordinate representation of color #9D680A: hue angle of 38.37º 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 #9D680A is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 104 | 10 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.38 |
| HSL | 38.37º | 0.88% | 0.33% | - |
| HSV(B) | 38.37º | 0.94% | 0.62% | - |
| XYZ | 18.91 | 17.09 | 2.59 | - |
| YUV | 109.13 | 72.06 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 104 | 10 | 0 | 0.34 | 0.94 | 0.38 | 38.37 | 0.88 | 0.33 |
| Hex | 9D | 68 | A | 0 | 22 | 5E | 26 | 26 | 58 | 21 |
| Octal | 235 | 150 | 12 | 0 | 42 | 136 | 46 | 46 | 130 | 41 |
| Binary | 10011101 | 1101000 | 1010 | 0 | 100010 | 1011110 | 100110 | 100110 | 1011000 | 100001 |
Color Harmonies of #9D680A
Complementary color
Monochromatic Colors of #9D680A
Black with #9D680A
Text Example
Text Example
White with #9D680A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D680A; }
p { color: rgb(157,104,10); }
H1.HeaderClassName
{
color: #9D680A;
}
.AnyTagClassName
{
color: #9D680A;
}
</style>
background-color css
<style>
a { background-color: #9D680A; }
a { background-color: rgb(157,104,10); }
div.DivClassName
{
background-color: #9D680A;
}
.BgClassName
{
background-color: #9D680A;
}
</style>
border-color css
<style>
span { border-color: #9D680A; }
span { border-color: rgb(157,104,10); }
td.TdClassName
{
border-color: #9D680A;
}
.TagClassName
{
border-color: #9D680A;
}
</style>