Shades of Gurkha #918C69
Tints of Gurkha #918C69
RGB
CMYK
RGB Variations
Color information
#918C69 (or 0x918C69) is known color: Gurkha. HEX triplet: 91, 8C and 69. RGB value is (145,140,105). Sum of RGB (Red+Green+Blue) = 145+140+105=390 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.18% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 105 (41.41% from 255 or 26.92% from 390); Max value from RGB is 145 - color contains mainly: red. Hex color #918C69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918C69 is #6E7396. Grayscale: #898989. Windows color (decimal): -7238551 or 6917265. OLE color: 6917265.
HSL color Cylindrical-coordinate representation of color #918C69: hue angle of 52.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #918C69 is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 140 | 105 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.43 |
| HSL | 52.5º | 0.16% | 0.49% | - |
| HSV(B) | 52.5º | 0.28% | 0.57% | - |
| XYZ | 23.6 | 25.8 | 17.1 | - |
| YUV | 137.51 | 109.66 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 140 | 105 | 0 | 0.03 | 0.28 | 0.43 | 52.5 | 0.16 | 0.49 |
| Hex | 91 | 8C | 69 | 0 | 3 | 1C | 2B | 34 | 10 | 31 |
| Octal | 221 | 214 | 151 | 0 | 3 | 34 | 53 | 64 | 20 | 61 |
| Binary | 10010001 | 10001100 | 1101001 | 0 | 11 | 11100 | 101011 | 110100 | 10000 | 110001 |
Color Harmonies of #918C69
Complementary color
Monochromatic Colors of #918C69
Black with #918C69
Text Example
Text Example
White with #918C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918C69; }
p { color: rgb(145,140,105); }
H1.HeaderClassName
{
color: #918C69;
}
.AnyTagClassName
{
color: #918C69;
}
</style>
background-color css
<style>
a { background-color: #918C69; }
a { background-color: rgb(145,140,105); }
div.DivClassName
{
background-color: #918C69;
}
.BgClassName
{
background-color: #918C69;
}
</style>
border-color css
<style>
span { border-color: #918C69; }
span { border-color: rgb(145,140,105); }
td.TdClassName
{
border-color: #918C69;
}
.TagClassName
{
border-color: #918C69;
}
</style>