Shades of Golden Brown #9F661A
Tints of Golden Brown #9F661A
RGB
CMYK
RGB Variations
Color information
#9F661A (or 0x9F661A) is known color: Golden Brown. HEX triplet: 9F, 66 and 1A. RGB value is (159,102,26). Sum of RGB (Red+Green+Blue) = 159+102+26=287 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.40% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 26 (10.55% from 255 or 9.06% from 287); Max value from RGB is 159 - color contains mainly: red. Hex color #9F661A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F661A is #6099E5. Grayscale: #6E6E6E. Windows color (decimal): -6330854 or 1730207. OLE color: 1730207.
HSL color Cylindrical-coordinate representation of color #9F661A: hue angle of 34.29º degrees, saturation: 0.72, 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 #9F661A is Cyan = 0, Magento = 0.36, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 102 | 26 | - |
| CMYK | 0 | 0.36 | 0.84 | 0.38 |
| HSL | 34.29º | 0.72% | 0.36% | - |
| HSV(B) | 34.29º | 0.84% | 0.62% | - |
| XYZ | 19.24 | 16.95 | 3.23 | - |
| YUV | 110.38 | 80.38 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 102 | 26 | 0 | 0.36 | 0.84 | 0.38 | 34.29 | 0.72 | 0.36 |
| Hex | 9F | 66 | 1A | 0 | 24 | 54 | 26 | 22 | 48 | 24 |
| Octal | 237 | 146 | 32 | 0 | 44 | 124 | 46 | 42 | 110 | 44 |
| Binary | 10011111 | 1100110 | 11010 | 0 | 100100 | 1010100 | 100110 | 100010 | 1001000 | 100100 |
Color Harmonies of #9F661A
Complementary color
Monochromatic Colors of #9F661A
Black with #9F661A
Text Example
Text Example
White with #9F661A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F661A; }
p { color: rgb(159,102,26); }
H1.HeaderClassName
{
color: #9F661A;
}
.AnyTagClassName
{
color: #9F661A;
}
</style>
background-color css
<style>
a { background-color: #9F661A; }
a { background-color: rgb(159,102,26); }
div.DivClassName
{
background-color: #9F661A;
}
.BgClassName
{
background-color: #9F661A;
}
</style>
border-color css
<style>
span { border-color: #9F661A; }
span { border-color: rgb(159,102,26); }
td.TdClassName
{
border-color: #9F661A;
}
.TagClassName
{
border-color: #9F661A;
}
</style>