Shades of Gurkha #918B69
Tints of Gurkha #918B69
RGB
CMYK
RGB Variations
Color information
#918B69 (or 0x918B69) is known color: Gurkha. HEX triplet: 91, 8B and 69. RGB value is (145,139,105). Sum of RGB (Red+Green+Blue) = 145+139+105=389 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.28% from 389); Green value is 139 (54.69% from 255 or 35.73% from 389); Blue value is 105 (41.41% from 255 or 26.99% from 389); Max value from RGB is 145 - color contains mainly: red. Hex color #918B69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918B69 is #6E7496. Grayscale: #898989. Windows color (decimal): -7238807 or 6917009. OLE color: 6917009.
HSL color Cylindrical-coordinate representation of color #918B69: hue angle of 51º 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 #918B69 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 139 | 105 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.43 |
| HSL | 51º | 0.16% | 0.49% | - |
| HSV(B) | 51º | 0.28% | 0.57% | - |
| XYZ | 23.46 | 25.5 | 17.05 | - |
| YUV | 136.92 | 109.99 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 139 | 105 | 0 | 0.04 | 0.28 | 0.43 | 51 | 0.16 | 0.49 |
| Hex | 91 | 8B | 69 | 0 | 4 | 1C | 2B | 33 | 10 | 31 |
| Octal | 221 | 213 | 151 | 0 | 4 | 34 | 53 | 63 | 20 | 61 |
| Binary | 10010001 | 10001011 | 1101001 | 0 | 100 | 11100 | 101011 | 110011 | 10000 | 110001 |
Color Harmonies of #918B69
Complementary color
Monochromatic Colors of #918B69
Black with #918B69
Text Example
Text Example
White with #918B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918B69; }
p { color: rgb(145,139,105); }
H1.HeaderClassName
{
color: #918B69;
}
.AnyTagClassName
{
color: #918B69;
}
</style>
background-color css
<style>
a { background-color: #918B69; }
a { background-color: rgb(145,139,105); }
div.DivClassName
{
background-color: #918B69;
}
.BgClassName
{
background-color: #918B69;
}
</style>
border-color css
<style>
span { border-color: #918B69; }
span { border-color: rgb(145,139,105); }
td.TdClassName
{
border-color: #918B69;
}
.TagClassName
{
border-color: #918B69;
}
</style>