Shades of Gurkha #9A935E
Tints of Gurkha #9A935E
RGB
CMYK
RGB Variations
Color information
#9A935E (or 0x9A935E) is known color: Gurkha. HEX triplet: 9A, 93 and 5E. RGB value is (154,147,94). Sum of RGB (Red+Green+Blue) = 154+147+94=395 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.99% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 94 (37.11% from 255 or 23.80% from 395); Max value from RGB is 154 - color contains mainly: red. Hex color #9A935E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A935E is #656CA1. Grayscale: #8F8F8F. Windows color (decimal): -6646946 or 6198170. OLE color: 6198170.
HSL color Cylindrical-coordinate representation of color #9A935E: hue angle of 53º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9A935E is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 147 | 94 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.40 |
| HSL | 53º | 0.24% | 0.49% | - |
| HSV(B) | 53º | 0.39% | 0.6% | - |
| XYZ | 25.78 | 28.55 | 14.74 | - |
| YUV | 143.05 | 100.32 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 147 | 94 | 0 | 0.05 | 0.39 | 0.40 | 53 | 0.24 | 0.49 |
| Hex | 9A | 93 | 5E | 0 | 5 | 27 | 28 | 35 | 18 | 31 |
| Octal | 232 | 223 | 136 | 0 | 5 | 47 | 50 | 65 | 30 | 61 |
| Binary | 10011010 | 10010011 | 1011110 | 0 | 101 | 100111 | 101000 | 110101 | 11000 | 110001 |
Color Harmonies of #9A935E
Complementary color
Monochromatic Colors of #9A935E
Black with #9A935E
Text Example
Text Example
White with #9A935E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A935E; }
p { color: rgb(154,147,94); }
H1.HeaderClassName
{
color: #9A935E;
}
.AnyTagClassName
{
color: #9A935E;
}
</style>
background-color css
<style>
a { background-color: #9A935E; }
a { background-color: rgb(154,147,94); }
div.DivClassName
{
background-color: #9A935E;
}
.BgClassName
{
background-color: #9A935E;
}
</style>
border-color css
<style>
span { border-color: #9A935E; }
span { border-color: rgb(154,147,94); }
td.TdClassName
{
border-color: #9A935E;
}
.TagClassName
{
border-color: #9A935E;
}
</style>