Shades of Gurkha #9F935A
Tints of Gurkha #9F935A
RGB
CMYK
RGB Variations
Color information
#9F935A (or 0x9F935A) is known color: Gurkha. HEX triplet: 9F, 93 and 5A. RGB value is (159,147,90). Sum of RGB (Red+Green+Blue) = 159+147+90=396 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.15% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 90 (35.55% from 255 or 22.73% from 396); Max value from RGB is 159 - color contains mainly: red. Hex color #9F935A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F935A is #606CA5. Grayscale: #909090. Windows color (decimal): -6319270 or 5936031. OLE color: 5936031.
HSL color Cylindrical-coordinate representation of color #9F935A: hue angle of 49.57º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9F935A is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 147 | 90 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.38 |
| HSL | 49.57º | 0.28% | 0.49% | - |
| HSV(B) | 49.57º | 0.43% | 0.62% | - |
| XYZ | 26.58 | 28.98 | 13.87 | - |
| YUV | 144.09 | 97.48 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 147 | 90 | 0 | 0.08 | 0.43 | 0.38 | 49.57 | 0.28 | 0.49 |
| Hex | 9F | 93 | 5A | 0 | 8 | 2B | 26 | 32 | 1C | 31 |
| Octal | 237 | 223 | 132 | 0 | 10 | 53 | 46 | 62 | 34 | 61 |
| Binary | 10011111 | 10010011 | 1011010 | 0 | 1000 | 101011 | 100110 | 110010 | 11100 | 110001 |
Color Harmonies of #9F935A
Complementary color
Monochromatic Colors of #9F935A
Black with #9F935A
Text Example
Text Example
White with #9F935A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F935A; }
p { color: rgb(159,147,90); }
H1.HeaderClassName
{
color: #9F935A;
}
.AnyTagClassName
{
color: #9F935A;
}
</style>
background-color css
<style>
a { background-color: #9F935A; }
a { background-color: rgb(159,147,90); }
div.DivClassName
{
background-color: #9F935A;
}
.BgClassName
{
background-color: #9F935A;
}
</style>
border-color css
<style>
span { border-color: #9F935A; }
span { border-color: rgb(159,147,90); }
td.TdClassName
{
border-color: #9F935A;
}
.TagClassName
{
border-color: #9F935A;
}
</style>