Shades of Golden Brown #9F6716
Tints of Golden Brown #9F6716
RGB
CMYK
RGB Variations
Color information
#9F6716 (or 0x9F6716) is known color: Golden Brown. HEX triplet: 9F, 67 and 16. RGB value is (159,103,22). Sum of RGB (Red+Green+Blue) = 159+103+22=284 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.99% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 22 (8.98% from 255 or 7.75% from 284); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6716 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F6716 is #6098E9. Grayscale: #6E6E6E. Windows color (decimal): -6330602 or 1468319. OLE color: 1468319.
HSL color Cylindrical-coordinate representation of color #9F6716: hue angle of 35.47º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F6716 is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 103 | 22 | - |
| CMYK | 0 | 0.35 | 0.86 | 0.38 |
| HSL | 35.47º | 0.76% | 0.35% | - |
| HSV(B) | 35.47º | 0.86% | 0.62% | - |
| XYZ | 19.29 | 17.13 | 3.05 | - |
| YUV | 110.51 | 78.05 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 103 | 22 | 0 | 0.35 | 0.86 | 0.38 | 35.47 | 0.76 | 0.35 |
| Hex | 9F | 67 | 16 | 0 | 23 | 56 | 26 | 23 | 4C | 23 |
| Octal | 237 | 147 | 26 | 0 | 43 | 126 | 46 | 43 | 114 | 43 |
| Binary | 10011111 | 1100111 | 10110 | 0 | 100011 | 1010110 | 100110 | 100011 | 1001100 | 100011 |
Color Harmonies of #9F6716
Complementary color
Monochromatic Colors of #9F6716
Black with #9F6716
Text Example
Text Example
White with #9F6716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6716; }
p { color: rgb(159,103,22); }
H1.HeaderClassName
{
color: #9F6716;
}
.AnyTagClassName
{
color: #9F6716;
}
</style>
background-color css
<style>
a { background-color: #9F6716; }
a { background-color: rgb(159,103,22); }
div.DivClassName
{
background-color: #9F6716;
}
.BgClassName
{
background-color: #9F6716;
}
</style>
border-color css
<style>
span { border-color: #9F6716; }
span { border-color: rgb(159,103,22); }
td.TdClassName
{
border-color: #9F6716;
}
.TagClassName
{
border-color: #9F6716;
}
</style>