Shades of Gurkha #918B73
Tints of Gurkha #918B73
RGB
CMYK
RGB Variations
Color information
#918B73 (or 0x918B73) is known color: Gurkha. HEX triplet: 91, 8B and 73. RGB value is (145,139,115). Sum of RGB (Red+Green+Blue) = 145+139+115=399 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.34% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 115 (45.31% from 255 or 28.82% from 399); Max value from RGB is 145 - color contains mainly: red. Hex color #918B73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918B73 is #6E748C. Grayscale: #8A8A8A. Windows color (decimal): -7238797 or 7572369. OLE color: 7572369.
HSL color Cylindrical-coordinate representation of color #918B73: hue angle of 48º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #918B73 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 139 | 115 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.43 |
| HSL | 48º | 0.12% | 0.51% | - |
| HSV(B) | 48º | 0.21% | 0.57% | - |
| XYZ | 24 | 25.72 | 19.92 | - |
| YUV | 138.06 | 114.99 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 139 | 115 | 0 | 0.04 | 0.21 | 0.43 | 48 | 0.12 | 0.51 |
| Hex | 91 | 8B | 73 | 0 | 4 | 15 | 2B | 30 | C | 33 |
| Octal | 221 | 213 | 163 | 0 | 4 | 25 | 53 | 60 | 14 | 63 |
| Binary | 10010001 | 10001011 | 1110011 | 0 | 100 | 10101 | 101011 | 110000 | 1100 | 110011 |
Color Harmonies of #918B73
Complementary color
Monochromatic Colors of #918B73
Black with #918B73
Text Example
Text Example
White with #918B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918B73; }
p { color: rgb(145,139,115); }
H1.HeaderClassName
{
color: #918B73;
}
.AnyTagClassName
{
color: #918B73;
}
</style>
background-color css
<style>
a { background-color: #918B73; }
a { background-color: rgb(145,139,115); }
div.DivClassName
{
background-color: #918B73;
}
.BgClassName
{
background-color: #918B73;
}
</style>
border-color css
<style>
span { border-color: #918B73; }
span { border-color: rgb(145,139,115); }
td.TdClassName
{
border-color: #918B73;
}
.TagClassName
{
border-color: #918B73;
}
</style>