Shades of Golden Brown #9F6908
Tints of Golden Brown #9F6908
RGB
CMYK
RGB Variations
Color information
#9F6908 (or 0x9F6908) is known color: Golden Brown. HEX triplet: 9F, 69 and 08. RGB value is (159,105,8). Sum of RGB (Red+Green+Blue) = 159+105+8=272 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.46% from 272); Green value is 105 (41.41% from 255 or 38.60% from 272); Blue value is 8 (3.52% from 255 or 2.94% from 272); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6908 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F6908 is #6096F7. Grayscale: #6E6E6E. Windows color (decimal): -6330104 or 551327. OLE color: 551327.
HSL color Cylindrical-coordinate representation of color #9F6908: hue angle of 38.54º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F6908 is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 105 | 8 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.38 |
| HSL | 38.54º | 0.9% | 0.33% | - |
| HSV(B) | 38.54º | 0.95% | 0.62% | - |
| XYZ | 19.39 | 17.49 | 2.58 | - |
| YUV | 110.09 | 70.39 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 105 | 8 | 0 | 0.34 | 0.95 | 0.38 | 38.54 | 0.9 | 0.33 |
| Hex | 9F | 69 | 8 | 0 | 22 | 5F | 26 | 27 | 5A | 21 |
| Octal | 237 | 151 | 10 | 0 | 42 | 137 | 46 | 47 | 132 | 41 |
| Binary | 10011111 | 1101001 | 1000 | 0 | 100010 | 1011111 | 100110 | 100111 | 1011010 | 100001 |
Color Harmonies of #9F6908
Complementary color
Monochromatic Colors of #9F6908
Black with #9F6908
Text Example
Text Example
White with #9F6908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6908; }
p { color: rgb(159,105,8); }
H1.HeaderClassName
{
color: #9F6908;
}
.AnyTagClassName
{
color: #9F6908;
}
</style>
background-color css
<style>
a { background-color: #9F6908; }
a { background-color: rgb(159,105,8); }
div.DivClassName
{
background-color: #9F6908;
}
.BgClassName
{
background-color: #9F6908;
}
</style>
border-color css
<style>
span { border-color: #9F6908; }
span { border-color: rgb(159,105,8); }
td.TdClassName
{
border-color: #9F6908;
}
.TagClassName
{
border-color: #9F6908;
}
</style>