Shades of Golden Brown #9F6918
Tints of Golden Brown #9F6918
RGB
CMYK
RGB Variations
Color information
#9F6918 (or 0x9F6918) is known color: Golden Brown. HEX triplet: 9F, 69 and 18. RGB value is (159,105,24). Sum of RGB (Red+Green+Blue) = 159+105+24=288 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.21% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 24 (9.77% from 255 or 8.33% from 288); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6918 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F6918 is #6096E7. Grayscale: #707070. Windows color (decimal): -6330088 or 1599903. OLE color: 1599903.
HSL color Cylindrical-coordinate representation of color #9F6918: hue angle of 36º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9F6918 is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 105 | 24 | - |
| CMYK | 0 | 0.34 | 0.85 | 0.38 |
| HSL | 36º | 0.74% | 0.36% | - |
| HSV(B) | 36º | 0.85% | 0.62% | - |
| XYZ | 19.51 | 17.54 | 3.22 | - |
| YUV | 111.91 | 78.39 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 105 | 24 | 0 | 0.34 | 0.85 | 0.38 | 36 | 0.74 | 0.36 |
| Hex | 9F | 69 | 18 | 0 | 22 | 55 | 26 | 24 | 4A | 24 |
| Octal | 237 | 151 | 30 | 0 | 42 | 125 | 46 | 44 | 112 | 44 |
| Binary | 10011111 | 1101001 | 11000 | 0 | 100010 | 1010101 | 100110 | 100100 | 1001010 | 100100 |
Color Harmonies of #9F6918
Complementary color
Monochromatic Colors of #9F6918
Black with #9F6918
Text Example
Text Example
White with #9F6918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6918; }
p { color: rgb(159,105,24); }
H1.HeaderClassName
{
color: #9F6918;
}
.AnyTagClassName
{
color: #9F6918;
}
</style>
background-color css
<style>
a { background-color: #9F6918; }
a { background-color: rgb(159,105,24); }
div.DivClassName
{
background-color: #9F6918;
}
.BgClassName
{
background-color: #9F6918;
}
</style>
border-color css
<style>
span { border-color: #9F6918; }
span { border-color: rgb(159,105,24); }
td.TdClassName
{
border-color: #9F6918;
}
.TagClassName
{
border-color: #9F6918;
}
</style>