Shades of Gurkha #918A71
Tints of Gurkha #918A71
RGB
CMYK
RGB Variations
Color information
#918A71 (or 0x918A71) is known color: Gurkha. HEX triplet: 91, 8A and 71. RGB value is (145,138,113). Sum of RGB (Red+Green+Blue) = 145+138+113=396 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.62% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 145 - color contains mainly: red. Hex color #918A71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918A71 is #6E758E. Grayscale: #898989. Windows color (decimal): -7239055 or 7441041. OLE color: 7441041.
HSL color Cylindrical-coordinate representation of color #918A71: hue angle of 46.88º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #918A71 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 138 | 113 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.43 |
| HSL | 46.88º | 0.13% | 0.51% | - |
| HSV(B) | 46.88º | 0.22% | 0.57% | - |
| XYZ | 23.75 | 25.39 | 19.27 | - |
| YUV | 137.24 | 114.32 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 138 | 113 | 0 | 0.05 | 0.22 | 0.43 | 46.88 | 0.13 | 0.51 |
| Hex | 91 | 8A | 71 | 0 | 5 | 16 | 2B | 2F | D | 33 |
| Octal | 221 | 212 | 161 | 0 | 5 | 26 | 53 | 57 | 15 | 63 |
| Binary | 10010001 | 10001010 | 1110001 | 0 | 101 | 10110 | 101011 | 101111 | 1101 | 110011 |
Color Harmonies of #918A71
Complementary color
Monochromatic Colors of #918A71
Black with #918A71
Text Example
Text Example
White with #918A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918A71; }
p { color: rgb(145,138,113); }
H1.HeaderClassName
{
color: #918A71;
}
.AnyTagClassName
{
color: #918A71;
}
</style>
background-color css
<style>
a { background-color: #918A71; }
a { background-color: rgb(145,138,113); }
div.DivClassName
{
background-color: #918A71;
}
.BgClassName
{
background-color: #918A71;
}
</style>
border-color css
<style>
span { border-color: #918A71; }
span { border-color: rgb(145,138,113); }
td.TdClassName
{
border-color: #918A71;
}
.TagClassName
{
border-color: #918A71;
}
</style>