Shades of Gurkha #938B73
Tints of Gurkha #938B73
RGB
CMYK
RGB Variations
Color information
#938B73 (or 0x938B73) is known color: Gurkha. HEX triplet: 93, 8B and 73. RGB value is (147,139,115). Sum of RGB (Red+Green+Blue) = 147+139+115=401 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.66% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 115 (45.31% from 255 or 28.68% from 401); Max value from RGB is 147 - color contains mainly: red. Hex color #938B73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938B73 is #6C748C. Grayscale: #8A8A8A. Windows color (decimal): -7107725 or 7572371. OLE color: 7572371.
HSL color Cylindrical-coordinate representation of color #938B73: hue angle of 45º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #938B73 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 139 | 115 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.42 |
| HSL | 45º | 0.13% | 0.51% | - |
| HSV(B) | 45º | 0.22% | 0.58% | - |
| XYZ | 24.36 | 25.91 | 19.94 | - |
| YUV | 138.66 | 114.65 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 139 | 115 | 0 | 0.05 | 0.22 | 0.42 | 45 | 0.13 | 0.51 |
| Hex | 93 | 8B | 73 | 0 | 5 | 16 | 2A | 2D | D | 33 |
| Octal | 223 | 213 | 163 | 0 | 5 | 26 | 52 | 55 | 15 | 63 |
| Binary | 10010011 | 10001011 | 1110011 | 0 | 101 | 10110 | 101010 | 101101 | 1101 | 110011 |
Color Harmonies of #938B73
Complementary color
Monochromatic Colors of #938B73
Black with #938B73
Text Example
Text Example
White with #938B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938B73; }
p { color: rgb(147,139,115); }
H1.HeaderClassName
{
color: #938B73;
}
.AnyTagClassName
{
color: #938B73;
}
</style>
background-color css
<style>
a { background-color: #938B73; }
a { background-color: rgb(147,139,115); }
div.DivClassName
{
background-color: #938B73;
}
.BgClassName
{
background-color: #938B73;
}
</style>
border-color css
<style>
span { border-color: #938B73; }
span { border-color: rgb(147,139,115); }
td.TdClassName
{
border-color: #938B73;
}
.TagClassName
{
border-color: #938B73;
}
</style>