Shades of Gurkha #918C76
Tints of Gurkha #918C76
RGB
CMYK
RGB Variations
Color information
#918C76 (or 0x918C76) is known color: Gurkha. HEX triplet: 91, 8C and 76. RGB value is (145,140,118). Sum of RGB (Red+Green+Blue) = 145+140+118=403 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.98% from 403); Green value is 140 (55.08% from 255 or 34.74% from 403); Blue value is 118 (46.48% from 255 or 29.28% from 403); Max value from RGB is 145 - color contains mainly: red. Hex color #918C76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918C76 is #6E7389. Grayscale: #8B8B8B. Windows color (decimal): -7238538 or 7769233. OLE color: 7769233.
HSL color Cylindrical-coordinate representation of color #918C76: hue angle of 48.89º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #918C76 is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 140 | 118 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.43 |
| HSL | 48.89º | 0.11% | 0.52% | - |
| HSV(B) | 48.89º | 0.19% | 0.57% | - |
| XYZ | 24.33 | 26.08 | 20.89 | - |
| YUV | 138.99 | 116.16 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 140 | 118 | 0 | 0.03 | 0.19 | 0.43 | 48.89 | 0.11 | 0.52 |
| Hex | 91 | 8C | 76 | 0 | 3 | 13 | 2B | 31 | B | 34 |
| Octal | 221 | 214 | 166 | 0 | 3 | 23 | 53 | 61 | 13 | 64 |
| Binary | 10010001 | 10001100 | 1110110 | 0 | 11 | 10011 | 101011 | 110001 | 1011 | 110100 |
Color Harmonies of #918C76
Complementary color
Monochromatic Colors of #918C76
Black with #918C76
Text Example
Text Example
White with #918C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918C76; }
p { color: rgb(145,140,118); }
H1.HeaderClassName
{
color: #918C76;
}
.AnyTagClassName
{
color: #918C76;
}
</style>
background-color css
<style>
a { background-color: #918C76; }
a { background-color: rgb(145,140,118); }
div.DivClassName
{
background-color: #918C76;
}
.BgClassName
{
background-color: #918C76;
}
</style>
border-color css
<style>
span { border-color: #918C76; }
span { border-color: rgb(145,140,118); }
td.TdClassName
{
border-color: #918C76;
}
.TagClassName
{
border-color: #918C76;
}
</style>