Shades of Golden Brown #9F6006
Tints of Golden Brown #9F6006
RGB
CMYK
RGB Variations
Color information
#9F6006 (or 0x9F6006) is known color: Golden Brown. HEX triplet: 9F, 60 and 06. RGB value is (159,96,6). Sum of RGB (Red+Green+Blue) = 159+96+6=261 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.92% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 6 (2.73% from 255 or 2.30% from 261); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6006 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F6006 is #609FF9. Grayscale: #696969. Windows color (decimal): -6332410 or 417951. OLE color: 417951.
HSL color Cylindrical-coordinate representation of color #9F6006: hue angle of 35.29º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F6006 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 96 | 6 | - |
| CMYK | 0 | 0.40 | 0.96 | 0.38 |
| HSL | 35.29º | 0.93% | 0.32% | - |
| HSV(B) | 35.29º | 0.96% | 0.62% | - |
| XYZ | 18.51 | 15.75 | 2.24 | - |
| YUV | 104.58 | 72.37 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 96 | 6 | 0 | 0.40 | 0.96 | 0.38 | 35.29 | 0.93 | 0.32 |
| Hex | 9F | 60 | 6 | 0 | 28 | 60 | 26 | 23 | 5D | 20 |
| Octal | 237 | 140 | 6 | 0 | 50 | 140 | 46 | 43 | 135 | 40 |
| Binary | 10011111 | 1100000 | 110 | 0 | 101000 | 1100000 | 100110 | 100011 | 1011101 | 100000 |
Color Harmonies of #9F6006
Complementary color
Monochromatic Colors of #9F6006
Black with #9F6006
Text Example
Text Example
White with #9F6006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6006; }
p { color: rgb(159,96,6); }
H1.HeaderClassName
{
color: #9F6006;
}
.AnyTagClassName
{
color: #9F6006;
}
</style>
background-color css
<style>
a { background-color: #9F6006; }
a { background-color: rgb(159,96,6); }
div.DivClassName
{
background-color: #9F6006;
}
.BgClassName
{
background-color: #9F6006;
}
</style>
border-color css
<style>
span { border-color: #9F6006; }
span { border-color: rgb(159,96,6); }
td.TdClassName
{
border-color: #9F6006;
}
.TagClassName
{
border-color: #9F6006;
}
</style>