Shades of Golden Brown #9F6501
Tints of Golden Brown #9F6501
RGB
CMYK
RGB Variations
Color information
#9F6501 (or 0x9F6501) is known color: Golden Brown. HEX triplet: 9F, 65 and 01. RGB value is (159,101,1). Sum of RGB (Red+Green+Blue) = 159+101+1=261 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.92% from 261); Green value is 101 (39.84% from 255 or 38.70% from 261); Blue value is 1 (0.78% from 255 or 0.38% from 261); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6501 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F6501 is #609AFE. Grayscale: #6B6B6B. Windows color (decimal): -6331135 or 91551. OLE color: 91551.
HSL color Cylindrical-coordinate representation of color #9F6501: hue angle of 37.97º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F6501 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 101 | 1 | - |
| CMYK | 0 | 0.36 | 0.99 | 0.38 |
| HSL | 37.97º | 0.99% | 0.31% | - |
| HSV(B) | 37.97º | 0.99% | 0.62% | - |
| XYZ | 18.96 | 16.68 | 2.25 | - |
| YUV | 106.94 | 68.22 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 101 | 1 | 0 | 0.36 | 0.99 | 0.38 | 37.97 | 0.99 | 0.31 |
| Hex | 9F | 65 | 1 | 0 | 24 | 63 | 26 | 26 | 63 | 1F |
| Octal | 237 | 145 | 1 | 0 | 44 | 143 | 46 | 46 | 143 | 37 |
| Binary | 10011111 | 1100101 | 1 | 0 | 100100 | 1100011 | 100110 | 100110 | 1100011 | 11111 |
Color Harmonies of #9F6501
Complementary color
Monochromatic Colors of #9F6501
Black with #9F6501
Text Example
Text Example
White with #9F6501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6501; }
p { color: rgb(159,101,1); }
H1.HeaderClassName
{
color: #9F6501;
}
.AnyTagClassName
{
color: #9F6501;
}
</style>
background-color css
<style>
a { background-color: #9F6501; }
a { background-color: rgb(159,101,1); }
div.DivClassName
{
background-color: #9F6501;
}
.BgClassName
{
background-color: #9F6501;
}
</style>
border-color css
<style>
span { border-color: #9F6501; }
span { border-color: rgb(159,101,1); }
td.TdClassName
{
border-color: #9F6501;
}
.TagClassName
{
border-color: #9F6501;
}
</style>