Shades of Gurkha #99925E
Tints of Gurkha #99925E
RGB
CMYK
RGB Variations
Color information
#99925E (or 0x99925E) is known color: Gurkha. HEX triplet: 99, 92 and 5E. RGB value is (153,146,94). Sum of RGB (Red+Green+Blue) = 153+146+94=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 94 (37.11% from 255 or 23.92% from 393); Max value from RGB is 153 - color contains mainly: red. Hex color #99925E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99925E is #666DA1. Grayscale: #8E8E8E. Windows color (decimal): -6712738 or 6197913. OLE color: 6197913.
HSL color Cylindrical-coordinate representation of color #99925E: hue angle of 52.88º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99925E is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 146 | 94 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.4 |
| HSL | 52.88º | 0.24% | 0.48% | - |
| HSV(B) | 52.88º | 0.39% | 0.6% | - |
| XYZ | 25.44 | 28.14 | 14.68 | - |
| YUV | 142.17 | 100.82 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 146 | 94 | 0 | 0.05 | 0.39 | 0.4 | 52.88 | 0.24 | 0.48 |
| Hex | 99 | 92 | 5E | 0 | 5 | 27 | 28 | 35 | 18 | 30 |
| Octal | 231 | 222 | 136 | 0 | 5 | 47 | 50 | 65 | 30 | 60 |
| Binary | 10011001 | 10010010 | 1011110 | 0 | 101 | 100111 | 101000 | 110101 | 11000 | 110000 |
Color Harmonies of #99925E
Complementary color
Monochromatic Colors of #99925E
Black with #99925E
Text Example
Text Example
White with #99925E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99925E; }
p { color: rgb(153,146,94); }
H1.HeaderClassName
{
color: #99925E;
}
.AnyTagClassName
{
color: #99925E;
}
</style>
background-color css
<style>
a { background-color: #99925E; }
a { background-color: rgb(153,146,94); }
div.DivClassName
{
background-color: #99925E;
}
.BgClassName
{
background-color: #99925E;
}
</style>
border-color css
<style>
span { border-color: #99925E; }
span { border-color: rgb(153,146,94); }
td.TdClassName
{
border-color: #99925E;
}
.TagClassName
{
border-color: #99925E;
}
</style>