Shades of Gurkha #938A72
Tints of Gurkha #938A72
RGB
CMYK
RGB Variations
Color information
#938A72 (or 0x938A72) is known color: Gurkha. HEX triplet: 93, 8A and 72. RGB value is (147,138,114). Sum of RGB (Red+Green+Blue) = 147+138+114=399 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.84% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 147 - color contains mainly: red. Hex color #938A72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938A72 is #6C758D. Grayscale: #8A8A8A. Windows color (decimal): -7107982 or 7506579. OLE color: 7506579.
HSL color Cylindrical-coordinate representation of color #938A72: hue angle of 43.64º 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 #938A72 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 138 | 114 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.42 |
| HSL | 43.64º | 0.13% | 0.51% | - |
| HSV(B) | 43.64º | 0.22% | 0.58% | - |
| XYZ | 24.16 | 25.59 | 19.59 | - |
| YUV | 137.96 | 114.48 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 138 | 114 | 0 | 0.06 | 0.22 | 0.42 | 43.64 | 0.13 | 0.51 |
| Hex | 93 | 8A | 72 | 0 | 6 | 16 | 2A | 2C | D | 33 |
| Octal | 223 | 212 | 162 | 0 | 6 | 26 | 52 | 54 | 15 | 63 |
| Binary | 10010011 | 10001010 | 1110010 | 0 | 110 | 10110 | 101010 | 101100 | 1101 | 110011 |
Color Harmonies of #938A72
Complementary color
Monochromatic Colors of #938A72
Black with #938A72
Text Example
Text Example
White with #938A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938A72; }
p { color: rgb(147,138,114); }
H1.HeaderClassName
{
color: #938A72;
}
.AnyTagClassName
{
color: #938A72;
}
</style>
background-color css
<style>
a { background-color: #938A72; }
a { background-color: rgb(147,138,114); }
div.DivClassName
{
background-color: #938A72;
}
.BgClassName
{
background-color: #938A72;
}
</style>
border-color css
<style>
span { border-color: #938A72; }
span { border-color: rgb(147,138,114); }
td.TdClassName
{
border-color: #938A72;
}
.TagClassName
{
border-color: #938A72;
}
</style>