Shades of Gurkha #999168
Tints of Gurkha #999168
RGB
CMYK
RGB Variations
Color information
#999168 (or 0x999168) is known color: Gurkha. HEX triplet: 99, 91 and 68. RGB value is (153,145,104). Sum of RGB (Red+Green+Blue) = 153+145+104=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 145 (57.03% from 255 or 36.07% from 402); Blue value is 104 (41.02% from 255 or 25.87% from 402); Max value from RGB is 153 - color contains mainly: red. Hex color #999168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999168 is #666E97. Grayscale: #8E8E8E. Windows color (decimal): -6712984 or 6853017. OLE color: 6853017.
HSL color Cylindrical-coordinate representation of color #999168: hue angle of 50.2º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #999168 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 145 | 104 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.4 |
| HSL | 50.2º | 0.19% | 0.5% | - |
| HSV(B) | 50.2º | 0.32% | 0.6% | - |
| XYZ | 25.76 | 28.02 | 17.15 | - |
| YUV | 142.72 | 106.15 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 145 | 104 | 0 | 0.05 | 0.32 | 0.4 | 50.2 | 0.19 | 0.5 |
| Hex | 99 | 91 | 68 | 0 | 5 | 20 | 28 | 32 | 13 | 32 |
| Octal | 231 | 221 | 150 | 0 | 5 | 40 | 50 | 62 | 23 | 62 |
| Binary | 10011001 | 10010001 | 1101000 | 0 | 101 | 100000 | 101000 | 110010 | 10011 | 110010 |
Color Harmonies of #999168
Complementary color
Monochromatic Colors of #999168
Black with #999168
Text Example
Text Example
White with #999168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999168; }
p { color: rgb(153,145,104); }
H1.HeaderClassName
{
color: #999168;
}
.AnyTagClassName
{
color: #999168;
}
</style>
background-color css
<style>
a { background-color: #999168; }
a { background-color: rgb(153,145,104); }
div.DivClassName
{
background-color: #999168;
}
.BgClassName
{
background-color: #999168;
}
</style>
border-color css
<style>
span { border-color: #999168; }
span { border-color: rgb(153,145,104); }
td.TdClassName
{
border-color: #999168;
}
.TagClassName
{
border-color: #999168;
}
</style>