Shades of Golden Brown #9F6619
Tints of Golden Brown #9F6619
RGB
CMYK
RGB Variations
Color information
#9F6619 (or 0x9F6619) is known color: Golden Brown. HEX triplet: 9F, 66 and 19. RGB value is (159,102,25). Sum of RGB (Red+Green+Blue) = 159+102+25=286 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.59% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 25 (10.16% from 255 or 8.74% from 286); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6619 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F6619 is #6099E6. Grayscale: #6E6E6E. Windows color (decimal): -6330855 or 1664671. OLE color: 1664671.
HSL color Cylindrical-coordinate representation of color #9F6619: hue angle of 34.48º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F6619 is Cyan = 0, Magento = 0.36, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 102 | 25 | - |
| CMYK | 0 | 0.36 | 0.84 | 0.38 |
| HSL | 34.48º | 0.73% | 0.36% | - |
| HSV(B) | 34.48º | 0.84% | 0.62% | - |
| XYZ | 19.22 | 16.94 | 3.18 | - |
| YUV | 110.27 | 79.88 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 102 | 25 | 0 | 0.36 | 0.84 | 0.38 | 34.48 | 0.73 | 0.36 |
| Hex | 9F | 66 | 19 | 0 | 24 | 54 | 26 | 22 | 49 | 24 |
| Octal | 237 | 146 | 31 | 0 | 44 | 124 | 46 | 42 | 111 | 44 |
| Binary | 10011111 | 1100110 | 11001 | 0 | 100100 | 1010100 | 100110 | 100010 | 1001001 | 100100 |
Color Harmonies of #9F6619
Complementary color
Monochromatic Colors of #9F6619
Black with #9F6619
Text Example
Text Example
White with #9F6619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6619; }
p { color: rgb(159,102,25); }
H1.HeaderClassName
{
color: #9F6619;
}
.AnyTagClassName
{
color: #9F6619;
}
</style>
background-color css
<style>
a { background-color: #9F6619; }
a { background-color: rgb(159,102,25); }
div.DivClassName
{
background-color: #9F6619;
}
.BgClassName
{
background-color: #9F6619;
}
</style>
border-color css
<style>
span { border-color: #9F6619; }
span { border-color: rgb(159,102,25); }
td.TdClassName
{
border-color: #9F6619;
}
.TagClassName
{
border-color: #9F6619;
}
</style>