Shades of Gurkha #999378
Tints of Gurkha #999378
RGB
CMYK
RGB Variations
Color information
#999378 (or 0x999378) is known color: Gurkha. HEX triplet: 99, 93 and 78. RGB value is (153,147,120). Sum of RGB (Red+Green+Blue) = 153+147+120=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 120 (47.27% from 255 or 28.57% from 420); Max value from RGB is 153 - color contains mainly: red. Hex color #999378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999378 is #666C87. Grayscale: #919191. Windows color (decimal): -6712456 or 7902105. OLE color: 7902105.
HSL color Cylindrical-coordinate representation of color #999378: hue angle of 49.09º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #999378 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 147 | 120 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.4 |
| HSL | 49.09º | 0.14% | 0.54% | - |
| HSV(B) | 49.09º | 0.22% | 0.6% | - |
| XYZ | 26.96 | 29 | 21.95 | - |
| YUV | 145.72 | 113.49 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 147 | 120 | 0 | 0.04 | 0.22 | 0.4 | 49.09 | 0.14 | 0.54 |
| Hex | 99 | 93 | 78 | 0 | 4 | 16 | 28 | 31 | E | 36 |
| Octal | 231 | 223 | 170 | 0 | 4 | 26 | 50 | 61 | 16 | 66 |
| Binary | 10011001 | 10010011 | 1111000 | 0 | 100 | 10110 | 101000 | 110001 | 1110 | 110110 |
Color Harmonies of #999378
Complementary color
Monochromatic Colors of #999378
Black with #999378
Text Example
Text Example
White with #999378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999378; }
p { color: rgb(153,147,120); }
H1.HeaderClassName
{
color: #999378;
}
.AnyTagClassName
{
color: #999378;
}
</style>
background-color css
<style>
a { background-color: #999378; }
a { background-color: rgb(153,147,120); }
div.DivClassName
{
background-color: #999378;
}
.BgClassName
{
background-color: #999378;
}
</style>
border-color css
<style>
span { border-color: #999378; }
span { border-color: rgb(153,147,120); }
td.TdClassName
{
border-color: #999378;
}
.TagClassName
{
border-color: #999378;
}
</style>