Shades of Golden Brown #9F6702
Tints of Golden Brown #9F6702
RGB
CMYK
RGB Variations
Color information
#9F6702 (or 0x9F6702) is known color: Golden Brown. HEX triplet: 9F, 67 and 02. RGB value is (159,103,2). Sum of RGB (Red+Green+Blue) = 159+103+2=264 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.23% from 264); Green value is 103 (40.62% from 255 or 39.02% from 264); Blue value is 2 (1.17% from 255 or 0.76% from 264); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F6702 is #6098FD. Grayscale: #6C6C6C. Windows color (decimal): -6330622 or 157599. OLE color: 157599.
HSL color Cylindrical-coordinate representation of color #9F6702: hue angle of 38.6º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F6702 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 103 | 2 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.38 |
| HSL | 38.6º | 0.98% | 0.32% | - |
| HSV(B) | 38.6º | 0.99% | 0.62% | - |
| XYZ | 19.16 | 17.08 | 2.34 | - |
| YUV | 108.23 | 68.05 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 103 | 2 | 0 | 0.35 | 0.99 | 0.38 | 38.6 | 0.98 | 0.32 |
| Hex | 9F | 67 | 2 | 0 | 23 | 63 | 26 | 27 | 62 | 20 |
| Octal | 237 | 147 | 2 | 0 | 43 | 143 | 46 | 47 | 142 | 40 |
| Binary | 10011111 | 1100111 | 10 | 0 | 100011 | 1100011 | 100110 | 100111 | 1100010 | 100000 |
Color Harmonies of #9F6702
Complementary color
Monochromatic Colors of #9F6702
Black with #9F6702
Text Example
Text Example
White with #9F6702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6702; }
p { color: rgb(159,103,2); }
H1.HeaderClassName
{
color: #9F6702;
}
.AnyTagClassName
{
color: #9F6702;
}
</style>
background-color css
<style>
a { background-color: #9F6702; }
a { background-color: rgb(159,103,2); }
div.DivClassName
{
background-color: #9F6702;
}
.BgClassName
{
background-color: #9F6702;
}
</style>
border-color css
<style>
span { border-color: #9F6702; }
span { border-color: rgb(159,103,2); }
td.TdClassName
{
border-color: #9F6702;
}
.TagClassName
{
border-color: #9F6702;
}
</style>