Shades of Gurkha #99925C
Tints of Gurkha #99925C
RGB
CMYK
RGB Variations
Color information
#99925C (or 0x99925C) is known color: Gurkha. HEX triplet: 99, 92 and 5C. RGB value is (153,146,92). Sum of RGB (Red+Green+Blue) = 153+146+92=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 92 (36.33% from 255 or 23.53% from 391); Max value from RGB is 153 - color contains mainly: red. Hex color #99925C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99925C is #666DA3. Grayscale: #8E8E8E. Windows color (decimal): -6712740 or 6066841. OLE color: 6066841.
HSL color Cylindrical-coordinate representation of color #99925C: hue angle of 53.11º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99925C is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 146 | 92 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.4 |
| HSL | 53.11º | 0.25% | 0.48% | - |
| HSV(B) | 53.11º | 0.4% | 0.6% | - |
| XYZ | 25.35 | 28.1 | 14.21 | - |
| YUV | 141.94 | 99.82 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 146 | 92 | 0 | 0.05 | 0.40 | 0.4 | 53.11 | 0.25 | 0.48 |
| Hex | 99 | 92 | 5C | 0 | 5 | 28 | 28 | 35 | 19 | 30 |
| Octal | 231 | 222 | 134 | 0 | 5 | 50 | 50 | 65 | 31 | 60 |
| Binary | 10011001 | 10010010 | 1011100 | 0 | 101 | 101000 | 101000 | 110101 | 11001 | 110000 |
Color Harmonies of #99925C
Complementary color
Monochromatic Colors of #99925C
Black with #99925C
Text Example
Text Example
White with #99925C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99925C; }
p { color: rgb(153,146,92); }
H1.HeaderClassName
{
color: #99925C;
}
.AnyTagClassName
{
color: #99925C;
}
</style>
background-color css
<style>
a { background-color: #99925C; }
a { background-color: rgb(153,146,92); }
div.DivClassName
{
background-color: #99925C;
}
.BgClassName
{
background-color: #99925C;
}
</style>
border-color css
<style>
span { border-color: #99925C; }
span { border-color: rgb(153,146,92); }
td.TdClassName
{
border-color: #99925C;
}
.TagClassName
{
border-color: #99925C;
}
</style>