Shades of Gurkha #918A73
Tints of Gurkha #918A73
RGB
CMYK
RGB Variations
Color information
#918A73 (or 0x918A73) is known color: Gurkha. HEX triplet: 91, 8A and 73. RGB value is (145,138,115). Sum of RGB (Red+Green+Blue) = 145+138+115=398 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.43% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 115 (45.31% from 255 or 28.89% from 398); Max value from RGB is 145 - color contains mainly: red. Hex color #918A73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918A73 is #6E758C. Grayscale: #898989. Windows color (decimal): -7239053 or 7572113. OLE color: 7572113.
HSL color Cylindrical-coordinate representation of color #918A73: hue angle of 46º 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 #918A73 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 138 | 115 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.43 |
| HSL | 46º | 0.12% | 0.51% | - |
| HSV(B) | 46º | 0.21% | 0.57% | - |
| XYZ | 23.86 | 25.43 | 19.87 | - |
| YUV | 137.47 | 115.32 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 138 | 115 | 0 | 0.05 | 0.21 | 0.43 | 46 | 0.12 | 0.51 |
| Hex | 91 | 8A | 73 | 0 | 5 | 15 | 2B | 2E | C | 33 |
| Octal | 221 | 212 | 163 | 0 | 5 | 25 | 53 | 56 | 14 | 63 |
| Binary | 10010001 | 10001010 | 1110011 | 0 | 101 | 10101 | 101011 | 101110 | 1100 | 110011 |
Color Harmonies of #918A73
Complementary color
Monochromatic Colors of #918A73
Black with #918A73
Text Example
Text Example
White with #918A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918A73; }
p { color: rgb(145,138,115); }
H1.HeaderClassName
{
color: #918A73;
}
.AnyTagClassName
{
color: #918A73;
}
</style>
background-color css
<style>
a { background-color: #918A73; }
a { background-color: rgb(145,138,115); }
div.DivClassName
{
background-color: #918A73;
}
.BgClassName
{
background-color: #918A73;
}
</style>
border-color css
<style>
span { border-color: #918A73; }
span { border-color: rgb(145,138,115); }
td.TdClassName
{
border-color: #918A73;
}
.TagClassName
{
border-color: #918A73;
}
</style>