Shades of Gurkha #938C72
Tints of Gurkha #938C72
RGB
CMYK
RGB Variations
Color information
#938C72 (or 0x938C72) is known color: Gurkha. HEX triplet: 93, 8C and 72. RGB value is (147,140,114). Sum of RGB (Red+Green+Blue) = 147+140+114=401 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.66% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 147 - color contains mainly: red. Hex color #938C72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938C72 is #6C738D. Grayscale: #8B8B8B. Windows color (decimal): -7107470 or 7507091. OLE color: 7507091.
HSL color Cylindrical-coordinate representation of color #938C72: hue angle of 47.27º 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 #938C72 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 140 | 114 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.42 |
| HSL | 47.27º | 0.13% | 0.51% | - |
| HSV(B) | 47.27º | 0.22% | 0.58% | - |
| XYZ | 24.45 | 26.17 | 19.68 | - |
| YUV | 139.13 | 113.82 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 140 | 114 | 0 | 0.05 | 0.22 | 0.42 | 47.27 | 0.13 | 0.51 |
| Hex | 93 | 8C | 72 | 0 | 5 | 16 | 2A | 2F | D | 33 |
| Octal | 223 | 214 | 162 | 0 | 5 | 26 | 52 | 57 | 15 | 63 |
| Binary | 10010011 | 10001100 | 1110010 | 0 | 101 | 10110 | 101010 | 101111 | 1101 | 110011 |
Color Harmonies of #938C72
Complementary color
Monochromatic Colors of #938C72
Black with #938C72
Text Example
Text Example
White with #938C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938C72; }
p { color: rgb(147,140,114); }
H1.HeaderClassName
{
color: #938C72;
}
.AnyTagClassName
{
color: #938C72;
}
</style>
background-color css
<style>
a { background-color: #938C72; }
a { background-color: rgb(147,140,114); }
div.DivClassName
{
background-color: #938C72;
}
.BgClassName
{
background-color: #938C72;
}
</style>
border-color css
<style>
span { border-color: #938C72; }
span { border-color: rgb(147,140,114); }
td.TdClassName
{
border-color: #938C72;
}
.TagClassName
{
border-color: #938C72;
}
</style>