Shades of Golden Brown #9D6F0F
Tints of Golden Brown #9D6F0F
RGB
CMYK
RGB Variations
Color information
#9D6F0F (or 0x9D6F0F) is known color: Golden Brown. HEX triplet: 9D, 6F and 0F. RGB value is (157,111,15). Sum of RGB (Red+Green+Blue) = 157+111+15=283 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.48% from 283); Green value is 111 (43.75% from 255 or 39.22% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D6F0F is #6290F0. Grayscale: #727272. Windows color (decimal): -6459633 or 1011613. OLE color: 1011613.
HSL color Cylindrical-coordinate representation of color #9D6F0F: hue angle of 40.56º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D6F0F is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 111 | 15 | - |
| CMYK | 0 | 0.29 | 0.90 | 0.38 |
| HSL | 40.56º | 0.83% | 0.34% | - |
| HSV(B) | 40.56º | 0.9% | 0.62% | - |
| XYZ | 19.68 | 18.57 | 3 | - |
| YUV | 113.81 | 72.24 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 111 | 15 | 0 | 0.29 | 0.90 | 0.38 | 40.56 | 0.83 | 0.34 |
| Hex | 9D | 6F | F | 0 | 1D | 5A | 26 | 29 | 53 | 22 |
| Octal | 235 | 157 | 17 | 0 | 35 | 132 | 46 | 51 | 123 | 42 |
| Binary | 10011101 | 1101111 | 1111 | 0 | 11101 | 1011010 | 100110 | 101001 | 1010011 | 100010 |
Color Harmonies of #9D6F0F
Complementary color
Monochromatic Colors of #9D6F0F
Black with #9D6F0F
Text Example
Text Example
White with #9D6F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6F0F; }
p { color: rgb(157,111,15); }
H1.HeaderClassName
{
color: #9D6F0F;
}
.AnyTagClassName
{
color: #9D6F0F;
}
</style>
background-color css
<style>
a { background-color: #9D6F0F; }
a { background-color: rgb(157,111,15); }
div.DivClassName
{
background-color: #9D6F0F;
}
.BgClassName
{
background-color: #9D6F0F;
}
</style>
border-color css
<style>
span { border-color: #9D6F0F; }
span { border-color: rgb(157,111,15); }
td.TdClassName
{
border-color: #9D6F0F;
}
.TagClassName
{
border-color: #9D6F0F;
}
</style>