Shades of Gurkha #938C75
Tints of Gurkha #938C75
RGB
CMYK
RGB Variations
Color information
#938C75 (or 0x938C75) is known color: Gurkha. HEX triplet: 93, 8C and 75. RGB value is (147,140,117). Sum of RGB (Red+Green+Blue) = 147+140+117=404 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.39% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 147 - color contains mainly: red. Hex color #938C75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938C75 is #6C738A. Grayscale: #8B8B8B. Windows color (decimal): -7107467 or 7703699. OLE color: 7703699.
HSL color Cylindrical-coordinate representation of color #938C75: hue angle of 46º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #938C75 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 140 | 117 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.42 |
| HSL | 46º | 0.12% | 0.52% | - |
| HSV(B) | 46º | 0.2% | 0.58% | - |
| XYZ | 24.62 | 26.24 | 20.6 | - |
| YUV | 139.47 | 115.32 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 140 | 117 | 0 | 0.05 | 0.20 | 0.42 | 46 | 0.12 | 0.52 |
| Hex | 93 | 8C | 75 | 0 | 5 | 14 | 2A | 2E | C | 34 |
| Octal | 223 | 214 | 165 | 0 | 5 | 24 | 52 | 56 | 14 | 64 |
| Binary | 10010011 | 10001100 | 1110101 | 0 | 101 | 10100 | 101010 | 101110 | 1100 | 110100 |
Color Harmonies of #938C75
Complementary color
Monochromatic Colors of #938C75
Black with #938C75
Text Example
Text Example
White with #938C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938C75; }
p { color: rgb(147,140,117); }
H1.HeaderClassName
{
color: #938C75;
}
.AnyTagClassName
{
color: #938C75;
}
</style>
background-color css
<style>
a { background-color: #938C75; }
a { background-color: rgb(147,140,117); }
div.DivClassName
{
background-color: #938C75;
}
.BgClassName
{
background-color: #938C75;
}
</style>
border-color css
<style>
span { border-color: #938C75; }
span { border-color: rgb(147,140,117); }
td.TdClassName
{
border-color: #938C75;
}
.TagClassName
{
border-color: #938C75;
}
</style>