Shades of Gurkha #918B72
Tints of Gurkha #918B72
RGB
CMYK
RGB Variations
Color information
#918B72 (or 0x918B72) is known color: Gurkha. HEX triplet: 91, 8B and 72. RGB value is (145,139,114). Sum of RGB (Red+Green+Blue) = 145+139+114=398 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.43% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 145 - color contains mainly: red. Hex color #918B72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918B72 is #6E748D. Grayscale: #8A8A8A. Windows color (decimal): -7238798 or 7506833. OLE color: 7506833.
HSL color Cylindrical-coordinate representation of color #918B72: hue angle of 48.39º 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 #918B72 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 139 | 114 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.43 |
| HSL | 48.39º | 0.12% | 0.51% | - |
| HSV(B) | 48.39º | 0.21% | 0.57% | - |
| XYZ | 23.95 | 25.7 | 19.62 | - |
| YUV | 137.94 | 114.49 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 139 | 114 | 0 | 0.04 | 0.21 | 0.43 | 48.39 | 0.12 | 0.51 |
| Hex | 91 | 8B | 72 | 0 | 4 | 15 | 2B | 30 | C | 33 |
| Octal | 221 | 213 | 162 | 0 | 4 | 25 | 53 | 60 | 14 | 63 |
| Binary | 10010001 | 10001011 | 1110010 | 0 | 100 | 10101 | 101011 | 110000 | 1100 | 110011 |
Color Harmonies of #918B72
Complementary color
Monochromatic Colors of #918B72
Black with #918B72
Text Example
Text Example
White with #918B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918B72; }
p { color: rgb(145,139,114); }
H1.HeaderClassName
{
color: #918B72;
}
.AnyTagClassName
{
color: #918B72;
}
</style>
background-color css
<style>
a { background-color: #918B72; }
a { background-color: rgb(145,139,114); }
div.DivClassName
{
background-color: #918B72;
}
.BgClassName
{
background-color: #918B72;
}
</style>
border-color css
<style>
span { border-color: #918B72; }
span { border-color: rgb(145,139,114); }
td.TdClassName
{
border-color: #918B72;
}
.TagClassName
{
border-color: #918B72;
}
</style>