Shades of Gurkha #918A70
Tints of Gurkha #918A70
RGB
CMYK
RGB Variations
Color information
#918A70 (or 0x918A70) is known color: Gurkha. HEX triplet: 91, 8A and 70. RGB value is (145,138,112). Sum of RGB (Red+Green+Blue) = 145+138+112=395 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.71% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 145 - color contains mainly: red. Hex color #918A70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918A70 is #6E758F. Grayscale: #898989. Windows color (decimal): -7239056 or 7375505. OLE color: 7375505.
HSL color Cylindrical-coordinate representation of color #918A70: hue angle of 47.27º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #918A70 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 138 | 112 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.43 |
| HSL | 47.27º | 0.13% | 0.5% | - |
| HSV(B) | 47.27º | 0.23% | 0.57% | - |
| XYZ | 23.69 | 25.37 | 18.98 | - |
| YUV | 137.13 | 113.82 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 138 | 112 | 0 | 0.05 | 0.23 | 0.43 | 47.27 | 0.13 | 0.5 |
| Hex | 91 | 8A | 70 | 0 | 5 | 17 | 2B | 2F | D | 32 |
| Octal | 221 | 212 | 160 | 0 | 5 | 27 | 53 | 57 | 15 | 62 |
| Binary | 10010001 | 10001010 | 1110000 | 0 | 101 | 10111 | 101011 | 101111 | 1101 | 110010 |
Color Harmonies of #918A70
Complementary color
Monochromatic Colors of #918A70
Black with #918A70
Text Example
Text Example
White with #918A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918A70; }
p { color: rgb(145,138,112); }
H1.HeaderClassName
{
color: #918A70;
}
.AnyTagClassName
{
color: #918A70;
}
</style>
background-color css
<style>
a { background-color: #918A70; }
a { background-color: rgb(145,138,112); }
div.DivClassName
{
background-color: #918A70;
}
.BgClassName
{
background-color: #918A70;
}
</style>
border-color css
<style>
span { border-color: #918A70; }
span { border-color: rgb(145,138,112); }
td.TdClassName
{
border-color: #918A70;
}
.TagClassName
{
border-color: #918A70;
}
</style>