Shades of Gurkha #918A75
Tints of Gurkha #918A75
RGB
CMYK
RGB Variations
Color information
#918A75 (or 0x918A75) is known color: Gurkha. HEX triplet: 91, 8A and 75. RGB value is (145,138,117). Sum of RGB (Red+Green+Blue) = 145+138+117=400 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.25% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 145 - color contains mainly: red. Hex color #918A75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918A75 is #6E758A. Grayscale: #898989. Windows color (decimal): -7239051 or 7703185. OLE color: 7703185.
HSL color Cylindrical-coordinate representation of color #918A75: hue angle of 45º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #918A75 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 138 | 117 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.43 |
| HSL | 45º | 0.11% | 0.51% | - |
| HSV(B) | 45º | 0.19% | 0.57% | - |
| XYZ | 23.98 | 25.48 | 20.48 | - |
| YUV | 137.7 | 116.32 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 138 | 117 | 0 | 0.05 | 0.19 | 0.43 | 45 | 0.11 | 0.51 |
| Hex | 91 | 8A | 75 | 0 | 5 | 13 | 2B | 2D | B | 33 |
| Octal | 221 | 212 | 165 | 0 | 5 | 23 | 53 | 55 | 13 | 63 |
| Binary | 10010001 | 10001010 | 1110101 | 0 | 101 | 10011 | 101011 | 101101 | 1011 | 110011 |
Color Harmonies of #918A75
Complementary color
Monochromatic Colors of #918A75
Black with #918A75
Text Example
Text Example
White with #918A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918A75; }
p { color: rgb(145,138,117); }
H1.HeaderClassName
{
color: #918A75;
}
.AnyTagClassName
{
color: #918A75;
}
</style>
background-color css
<style>
a { background-color: #918A75; }
a { background-color: rgb(145,138,117); }
div.DivClassName
{
background-color: #918A75;
}
.BgClassName
{
background-color: #918A75;
}
</style>
border-color css
<style>
span { border-color: #918A75; }
span { border-color: rgb(145,138,117); }
td.TdClassName
{
border-color: #918A75;
}
.TagClassName
{
border-color: #918A75;
}
</style>