Shades of Gurkha #9C905C
Tints of Gurkha #9C905C
RGB
CMYK
RGB Variations
Color information
#9C905C (or 0x9C905C) is known color: Gurkha. HEX triplet: 9C, 90 and 5C. RGB value is (156,144,92). Sum of RGB (Red+Green+Blue) = 156+144+92=392 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.80% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 92 (36.33% from 255 or 23.47% from 392); Max value from RGB is 156 - color contains mainly: red. Hex color #9C905C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C905C is #636FA3. Grayscale: #8D8D8D. Windows color (decimal): -6516644 or 6066332. OLE color: 6066332.
HSL color Cylindrical-coordinate representation of color #9C905C: hue angle of 48.75º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9C905C is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 144 | 92 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.39 |
| HSL | 48.75º | 0.26% | 0.49% | - |
| HSV(B) | 48.75º | 0.41% | 0.61% | - |
| XYZ | 25.62 | 27.79 | 14.14 | - |
| YUV | 141.66 | 99.98 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 144 | 92 | 0 | 0.08 | 0.41 | 0.39 | 48.75 | 0.26 | 0.49 |
| Hex | 9C | 90 | 5C | 0 | 8 | 29 | 27 | 31 | 1A | 31 |
| Octal | 234 | 220 | 134 | 0 | 10 | 51 | 47 | 61 | 32 | 61 |
| Binary | 10011100 | 10010000 | 1011100 | 0 | 1000 | 101001 | 100111 | 110001 | 11010 | 110001 |
Color Harmonies of #9C905C
Complementary color
Monochromatic Colors of #9C905C
Black with #9C905C
Text Example
Text Example
White with #9C905C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C905C; }
p { color: rgb(156,144,92); }
H1.HeaderClassName
{
color: #9C905C;
}
.AnyTagClassName
{
color: #9C905C;
}
</style>
background-color css
<style>
a { background-color: #9C905C; }
a { background-color: rgb(156,144,92); }
div.DivClassName
{
background-color: #9C905C;
}
.BgClassName
{
background-color: #9C905C;
}
</style>
border-color css
<style>
span { border-color: #9C905C; }
span { border-color: rgb(156,144,92); }
td.TdClassName
{
border-color: #9C905C;
}
.TagClassName
{
border-color: #9C905C;
}
</style>