Shades of Gurkha #9F955C
Tints of Gurkha #9F955C
RGB
CMYK
RGB Variations
Color information
#9F955C (or 0x9F955C) is known color: Gurkha. HEX triplet: 9F, 95 and 5C. RGB value is (159,149,92). Sum of RGB (Red+Green+Blue) = 159+149+92=400 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.75% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 92 (36.33% from 255 or 23% from 400); Max value from RGB is 159 - color contains mainly: red. Hex color #9F955C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F955C is #606AA3. Grayscale: #919191. Windows color (decimal): -6318756 or 6067615. OLE color: 6067615.
HSL color Cylindrical-coordinate representation of color #9F955C: hue angle of 51.04º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9F955C is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 149 | 92 | - |
| CMYK | 0 | 0.06 | 0.42 | 0.38 |
| HSL | 51.04º | 0.27% | 0.49% | - |
| HSV(B) | 51.04º | 0.42% | 0.62% | - |
| XYZ | 26.98 | 29.64 | 14.42 | - |
| YUV | 145.49 | 97.81 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 149 | 92 | 0 | 0.06 | 0.42 | 0.38 | 51.04 | 0.27 | 0.49 |
| Hex | 9F | 95 | 5C | 0 | 6 | 2A | 26 | 33 | 1B | 31 |
| Octal | 237 | 225 | 134 | 0 | 6 | 52 | 46 | 63 | 33 | 61 |
| Binary | 10011111 | 10010101 | 1011100 | 0 | 110 | 101010 | 100110 | 110011 | 11011 | 110001 |
Color Harmonies of #9F955C
Complementary color
Monochromatic Colors of #9F955C
Black with #9F955C
Text Example
Text Example
White with #9F955C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F955C; }
p { color: rgb(159,149,92); }
H1.HeaderClassName
{
color: #9F955C;
}
.AnyTagClassName
{
color: #9F955C;
}
</style>
background-color css
<style>
a { background-color: #9F955C; }
a { background-color: rgb(159,149,92); }
div.DivClassName
{
background-color: #9F955C;
}
.BgClassName
{
background-color: #9F955C;
}
</style>
border-color css
<style>
span { border-color: #9F955C; }
span { border-color: rgb(159,149,92); }
td.TdClassName
{
border-color: #9F955C;
}
.TagClassName
{
border-color: #9F955C;
}
</style>