Shades of Gurkha #938F73
Tints of Gurkha #938F73
RGB
CMYK
RGB Variations
Color information
#938F73 (or 0x938F73) is known color: Gurkha. HEX triplet: 93, 8F and 73. RGB value is (147,143,115). Sum of RGB (Red+Green+Blue) = 147+143+115=405 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.30% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 115 (45.31% from 255 or 28.40% from 405); Max value from RGB is 147 - color contains mainly: red. Hex color #938F73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938F73 is #6C708C. Grayscale: #8D8D8D. Windows color (decimal): -7106701 or 7573395. OLE color: 7573395.
HSL color Cylindrical-coordinate representation of color #938F73: hue angle of 52.5º 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 #938F73 is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 143 | 115 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.42 |
| HSL | 52.5º | 0.13% | 0.51% | - |
| HSV(B) | 52.5º | 0.22% | 0.58% | - |
| XYZ | 24.95 | 27.09 | 20.13 | - |
| YUV | 141 | 113.33 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 143 | 115 | 0 | 0.03 | 0.22 | 0.42 | 52.5 | 0.13 | 0.51 |
| Hex | 93 | 8F | 73 | 0 | 3 | 16 | 2A | 34 | D | 33 |
| Octal | 223 | 217 | 163 | 0 | 3 | 26 | 52 | 64 | 15 | 63 |
| Binary | 10010011 | 10001111 | 1110011 | 0 | 11 | 10110 | 101010 | 110100 | 1101 | 110011 |
Color Harmonies of #938F73
Complementary color
Monochromatic Colors of #938F73
Black with #938F73
Text Example
Text Example
White with #938F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938F73; }
p { color: rgb(147,143,115); }
H1.HeaderClassName
{
color: #938F73;
}
.AnyTagClassName
{
color: #938F73;
}
</style>
background-color css
<style>
a { background-color: #938F73; }
a { background-color: rgb(147,143,115); }
div.DivClassName
{
background-color: #938F73;
}
.BgClassName
{
background-color: #938F73;
}
</style>
border-color css
<style>
span { border-color: #938F73; }
span { border-color: rgb(147,143,115); }
td.TdClassName
{
border-color: #938F73;
}
.TagClassName
{
border-color: #938F73;
}
</style>