Shades of Golden Brown #9D6519
Tints of Golden Brown #9D6519
RGB
CMYK
RGB Variations
Color information
#9D6519 (or 0x9D6519) is known color: Golden Brown. HEX triplet: 9D, 65 and 19. RGB value is (157,101,25). Sum of RGB (Red+Green+Blue) = 157+101+25=283 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.48% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 25 (10.16% from 255 or 8.83% from 283); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6519 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D6519 is #629AE6. Grayscale: #6D6D6D. Windows color (decimal): -6462183 or 1664413. OLE color: 1664413.
HSL color Cylindrical-coordinate representation of color #9D6519: hue angle of 34.55º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9D6519 is Cyan = 0, Magento = 0.36, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 101 | 25 | - |
| CMYK | 0 | 0.36 | 0.84 | 0.38 |
| HSL | 34.55º | 0.73% | 0.36% | - |
| HSV(B) | 34.55º | 0.84% | 0.62% | - |
| XYZ | 18.73 | 16.55 | 3.13 | - |
| YUV | 109.08 | 80.55 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 101 | 25 | 0 | 0.36 | 0.84 | 0.38 | 34.55 | 0.73 | 0.36 |
| Hex | 9D | 65 | 19 | 0 | 24 | 54 | 26 | 23 | 49 | 24 |
| Octal | 235 | 145 | 31 | 0 | 44 | 124 | 46 | 43 | 111 | 44 |
| Binary | 10011101 | 1100101 | 11001 | 0 | 100100 | 1010100 | 100110 | 100011 | 1001001 | 100100 |
Color Harmonies of #9D6519
Complementary color
Monochromatic Colors of #9D6519
Black with #9D6519
Text Example
Text Example
White with #9D6519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6519; }
p { color: rgb(157,101,25); }
H1.HeaderClassName
{
color: #9D6519;
}
.AnyTagClassName
{
color: #9D6519;
}
</style>
background-color css
<style>
a { background-color: #9D6519; }
a { background-color: rgb(157,101,25); }
div.DivClassName
{
background-color: #9D6519;
}
.BgClassName
{
background-color: #9D6519;
}
</style>
border-color css
<style>
span { border-color: #9D6519; }
span { border-color: rgb(157,101,25); }
td.TdClassName
{
border-color: #9D6519;
}
.TagClassName
{
border-color: #9D6519;
}
</style>