Shades of Golden Brown #9D6A17
Tints of Golden Brown #9D6A17
RGB
CMYK
RGB Variations
Color information
#9D6A17 (or 0x9D6A17) is known color: Golden Brown. HEX triplet: 9D, 6A and 17. RGB value is (157,106,23). Sum of RGB (Red+Green+Blue) = 157+106+23=286 (37% of max value = 765). Red value is 157 (61.72% from 255 or 54.90% from 286); Green value is 106 (41.80% from 255 or 37.06% from 286); Blue value is 23 (9.38% from 255 or 8.04% from 286); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6A17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D6A17 is #6295E8. Grayscale: #707070. Windows color (decimal): -6460905 or 1534621. OLE color: 1534621.
HSL color Cylindrical-coordinate representation of color #9D6A17: hue angle of 37.16º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9D6A17 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 106 | 23 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.38 |
| HSL | 37.16º | 0.74% | 0.35% | - |
| HSV(B) | 37.16º | 0.85% | 0.62% | - |
| XYZ | 19.21 | 17.54 | 3.18 | - |
| YUV | 111.79 | 77.9 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 106 | 23 | 0 | 0.32 | 0.85 | 0.38 | 37.16 | 0.74 | 0.35 |
| Hex | 9D | 6A | 17 | 0 | 20 | 55 | 26 | 25 | 4A | 23 |
| Octal | 235 | 152 | 27 | 0 | 40 | 125 | 46 | 45 | 112 | 43 |
| Binary | 10011101 | 1101010 | 10111 | 0 | 100000 | 1010101 | 100110 | 100101 | 1001010 | 100011 |
Color Harmonies of #9D6A17
Complementary color
Monochromatic Colors of #9D6A17
Black with #9D6A17
Text Example
Text Example
White with #9D6A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6A17; }
p { color: rgb(157,106,23); }
H1.HeaderClassName
{
color: #9D6A17;
}
.AnyTagClassName
{
color: #9D6A17;
}
</style>
background-color css
<style>
a { background-color: #9D6A17; }
a { background-color: rgb(157,106,23); }
div.DivClassName
{
background-color: #9D6A17;
}
.BgClassName
{
background-color: #9D6A17;
}
</style>
border-color css
<style>
span { border-color: #9D6A17; }
span { border-color: rgb(157,106,23); }
td.TdClassName
{
border-color: #9D6A17;
}
.TagClassName
{
border-color: #9D6A17;
}
</style>