Shades of Gurkha #918D72
Tints of Gurkha #918D72
RGB
CMYK
RGB Variations
Color information
#918D72 (or 0x918D72) is known color: Gurkha. HEX triplet: 91, 8D and 72. RGB value is (145,141,114). Sum of RGB (Red+Green+Blue) = 145+141+114=400 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.25% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 114 (44.92% from 255 or 28.5% from 400); Max value from RGB is 145 - color contains mainly: red. Hex color #918D72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918D72 is #6E728D. Grayscale: #8B8B8B. Windows color (decimal): -7238286 or 7507345. OLE color: 7507345.
HSL color Cylindrical-coordinate representation of color #918D72: hue angle of 52.26º 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 #918D72 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 141 | 114 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.43 |
| HSL | 52.26º | 0.12% | 0.51% | - |
| HSV(B) | 52.26º | 0.21% | 0.57% | - |
| XYZ | 24.24 | 26.28 | 19.72 | - |
| YUV | 139.12 | 113.83 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 141 | 114 | 0 | 0.03 | 0.21 | 0.43 | 52.26 | 0.12 | 0.51 |
| Hex | 91 | 8D | 72 | 0 | 3 | 15 | 2B | 34 | C | 33 |
| Octal | 221 | 215 | 162 | 0 | 3 | 25 | 53 | 64 | 14 | 63 |
| Binary | 10010001 | 10001101 | 1110010 | 0 | 11 | 10101 | 101011 | 110100 | 1100 | 110011 |
Color Harmonies of #918D72
Complementary color
Monochromatic Colors of #918D72
Black with #918D72
Text Example
Text Example
White with #918D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918D72; }
p { color: rgb(145,141,114); }
H1.HeaderClassName
{
color: #918D72;
}
.AnyTagClassName
{
color: #918D72;
}
</style>
background-color css
<style>
a { background-color: #918D72; }
a { background-color: rgb(145,141,114); }
div.DivClassName
{
background-color: #918D72;
}
.BgClassName
{
background-color: #918D72;
}
</style>
border-color css
<style>
span { border-color: #918D72; }
span { border-color: rgb(145,141,114); }
td.TdClassName
{
border-color: #918D72;
}
.TagClassName
{
border-color: #918D72;
}
</style>