Shades of Gurkha #999367
Tints of Gurkha #999367
RGB
CMYK
RGB Variations
Color information
#999367 (or 0x999367) is known color: Gurkha. HEX triplet: 99, 93 and 67. RGB value is (153,147,103). Sum of RGB (Red+Green+Blue) = 153+147+103=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 103 (40.62% from 255 or 25.56% from 403); Max value from RGB is 153 - color contains mainly: red. Hex color #999367 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999367 is #666C98. Grayscale: #8F8F8F. Windows color (decimal): -6712473 or 6787993. OLE color: 6787993.
HSL color Cylindrical-coordinate representation of color #999367: hue angle of 52.8º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #999367 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 147 | 103 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.4 |
| HSL | 52.8º | 0.2% | 0.5% | - |
| HSV(B) | 52.8º | 0.33% | 0.6% | - |
| XYZ | 26.02 | 28.62 | 16.98 | - |
| YUV | 143.78 | 104.99 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 147 | 103 | 0 | 0.04 | 0.33 | 0.4 | 52.8 | 0.2 | 0.5 |
| Hex | 99 | 93 | 67 | 0 | 4 | 21 | 28 | 35 | 14 | 32 |
| Octal | 231 | 223 | 147 | 0 | 4 | 41 | 50 | 65 | 24 | 62 |
| Binary | 10011001 | 10010011 | 1100111 | 0 | 100 | 100001 | 101000 | 110101 | 10100 | 110010 |
Color Harmonies of #999367
Complementary color
Monochromatic Colors of #999367
Black with #999367
Text Example
Text Example
White with #999367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999367; }
p { color: rgb(153,147,103); }
H1.HeaderClassName
{
color: #999367;
}
.AnyTagClassName
{
color: #999367;
}
</style>
background-color css
<style>
a { background-color: #999367; }
a { background-color: rgb(153,147,103); }
div.DivClassName
{
background-color: #999367;
}
.BgClassName
{
background-color: #999367;
}
</style>
border-color css
<style>
span { border-color: #999367; }
span { border-color: rgb(153,147,103); }
td.TdClassName
{
border-color: #999367;
}
.TagClassName
{
border-color: #999367;
}
</style>