Shades of Golden Brown #9F691E
Tints of Golden Brown #9F691E
RGB
CMYK
RGB Variations
Color information
#9F691E (or 0x9F691E) is known color: Golden Brown. HEX triplet: 9F, 69 and 1E. RGB value is (159,105,30). Sum of RGB (Red+Green+Blue) = 159+105+30=294 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.08% from 294); Green value is 105 (41.41% from 255 or 35.71% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 159 - color contains mainly: red. Hex color #9F691E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F691E is #6096E1. Grayscale: #707070. Windows color (decimal): -6330082 or 1993119. OLE color: 1993119.
HSL color Cylindrical-coordinate representation of color #9F691E: hue angle of 34.88º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F691E is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 105 | 30 | - |
| CMYK | 0 | 0.34 | 0.81 | 0.38 |
| HSL | 34.88º | 0.68% | 0.37% | - |
| HSV(B) | 34.88º | 0.81% | 0.62% | - |
| XYZ | 19.58 | 17.57 | 3.59 | - |
| YUV | 112.6 | 81.39 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 105 | 30 | 0 | 0.34 | 0.81 | 0.38 | 34.88 | 0.68 | 0.37 |
| Hex | 9F | 69 | 1E | 0 | 22 | 51 | 26 | 23 | 44 | 25 |
| Octal | 237 | 151 | 36 | 0 | 42 | 121 | 46 | 43 | 104 | 45 |
| Binary | 10011111 | 1101001 | 11110 | 0 | 100010 | 1010001 | 100110 | 100011 | 1000100 | 100101 |
Color Harmonies of #9F691E
Complementary color
Monochromatic Colors of #9F691E
Black with #9F691E
Text Example
Text Example
White with #9F691E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F691E; }
p { color: rgb(159,105,30); }
H1.HeaderClassName
{
color: #9F691E;
}
.AnyTagClassName
{
color: #9F691E;
}
</style>
background-color css
<style>
a { background-color: #9F691E; }
a { background-color: rgb(159,105,30); }
div.DivClassName
{
background-color: #9F691E;
}
.BgClassName
{
background-color: #9F691E;
}
</style>
border-color css
<style>
span { border-color: #9F691E; }
span { border-color: rgb(159,105,30); }
td.TdClassName
{
border-color: #9F691E;
}
.TagClassName
{
border-color: #9F691E;
}
</style>