Shades of Golden Brown #9F6523
Tints of Golden Brown #9F6523
RGB
CMYK
RGB Variations
Color information
#9F6523 (or 0x9F6523) is known color: Golden Brown. HEX triplet: 9F, 65 and 23. RGB value is (159,101,35). Sum of RGB (Red+Green+Blue) = 159+101+35=295 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.90% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 35 (14.06% from 255 or 11.86% from 295); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6523 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F6523 is #609ADC. Grayscale: #6F6F6F. Windows color (decimal): -6331101 or 2319775. OLE color: 2319775.
HSL color Cylindrical-coordinate representation of color #9F6523: hue angle of 31.94º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9F6523 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 101 | 35 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.38 |
| HSL | 31.94º | 0.64% | 0.38% | - |
| HSV(B) | 31.94º | 0.78% | 0.62% | - |
| XYZ | 19.26 | 16.8 | 3.82 | - |
| YUV | 110.82 | 85.22 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 101 | 35 | 0 | 0.36 | 0.78 | 0.38 | 31.94 | 0.64 | 0.38 |
| Hex | 9F | 65 | 23 | 0 | 24 | 4E | 26 | 20 | 40 | 26 |
| Octal | 237 | 145 | 43 | 0 | 44 | 116 | 46 | 40 | 100 | 46 |
| Binary | 10011111 | 1100101 | 100011 | 0 | 100100 | 1001110 | 100110 | 100000 | 1000000 | 100110 |
Color Harmonies of #9F6523
Complementary color
Monochromatic Colors of #9F6523
Black with #9F6523
Text Example
Text Example
White with #9F6523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6523; }
p { color: rgb(159,101,35); }
H1.HeaderClassName
{
color: #9F6523;
}
.AnyTagClassName
{
color: #9F6523;
}
</style>
background-color css
<style>
a { background-color: #9F6523; }
a { background-color: rgb(159,101,35); }
div.DivClassName
{
background-color: #9F6523;
}
.BgClassName
{
background-color: #9F6523;
}
</style>
border-color css
<style>
span { border-color: #9F6523; }
span { border-color: rgb(159,101,35); }
td.TdClassName
{
border-color: #9F6523;
}
.TagClassName
{
border-color: #9F6523;
}
</style>