Shades of Golden Brown #9F6921
Tints of Golden Brown #9F6921
RGB
CMYK
RGB Variations
Color information
#9F6921 (or 0x9F6921) is known color: Golden Brown. HEX triplet: 9F, 69 and 21. RGB value is (159,105,33). Sum of RGB (Red+Green+Blue) = 159+105+33=297 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.54% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 33 (13.28% from 255 or 11.11% from 297); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6921 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F6921 is #6096DE. Grayscale: #717171. Windows color (decimal): -6330079 or 2189727. OLE color: 2189727.
HSL color Cylindrical-coordinate representation of color #9F6921: hue angle of 34.29º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F6921 is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 105 | 33 | - |
| CMYK | 0 | 0.34 | 0.79 | 0.38 |
| HSL | 34.29º | 0.66% | 0.38% | - |
| HSV(B) | 34.29º | 0.79% | 0.62% | - |
| XYZ | 19.62 | 17.58 | 3.8 | - |
| YUV | 112.94 | 82.89 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 105 | 33 | 0 | 0.34 | 0.79 | 0.38 | 34.29 | 0.66 | 0.38 |
| Hex | 9F | 69 | 21 | 0 | 22 | 4F | 26 | 22 | 42 | 26 |
| Octal | 237 | 151 | 41 | 0 | 42 | 117 | 46 | 42 | 102 | 46 |
| Binary | 10011111 | 1101001 | 100001 | 0 | 100010 | 1001111 | 100110 | 100010 | 1000010 | 100110 |
Color Harmonies of #9F6921
Complementary color
Monochromatic Colors of #9F6921
Black with #9F6921
Text Example
Text Example
White with #9F6921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6921; }
p { color: rgb(159,105,33); }
H1.HeaderClassName
{
color: #9F6921;
}
.AnyTagClassName
{
color: #9F6921;
}
</style>
background-color css
<style>
a { background-color: #9F6921; }
a { background-color: rgb(159,105,33); }
div.DivClassName
{
background-color: #9F6921;
}
.BgClassName
{
background-color: #9F6921;
}
</style>
border-color css
<style>
span { border-color: #9F6921; }
span { border-color: rgb(159,105,33); }
td.TdClassName
{
border-color: #9F6921;
}
.TagClassName
{
border-color: #9F6921;
}
</style>