Shades of Gurkha #938B71
Tints of Gurkha #938B71
RGB
CMYK
RGB Variations
Color information
#938B71 (or 0x938B71) is known color: Gurkha. HEX triplet: 93, 8B and 71. RGB value is (147,139,113). Sum of RGB (Red+Green+Blue) = 147+139+113=399 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.84% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 113 (44.53% from 255 or 28.32% from 399); Max value from RGB is 147 - color contains mainly: red. Hex color #938B71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938B71 is #6C748E. Grayscale: #8A8A8A. Windows color (decimal): -7107727 or 7441299. OLE color: 7441299.
HSL color Cylindrical-coordinate representation of color #938B71: hue angle of 45.88º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #938B71 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 139 | 113 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.42 |
| HSL | 45.88º | 0.14% | 0.51% | - |
| HSV(B) | 45.88º | 0.23% | 0.58% | - |
| XYZ | 24.25 | 25.86 | 19.34 | - |
| YUV | 138.43 | 113.65 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 139 | 113 | 0 | 0.05 | 0.23 | 0.42 | 45.88 | 0.14 | 0.51 |
| Hex | 93 | 8B | 71 | 0 | 5 | 17 | 2A | 2E | E | 33 |
| Octal | 223 | 213 | 161 | 0 | 5 | 27 | 52 | 56 | 16 | 63 |
| Binary | 10010011 | 10001011 | 1110001 | 0 | 101 | 10111 | 101010 | 101110 | 1110 | 110011 |
Color Harmonies of #938B71
Complementary color
Monochromatic Colors of #938B71
Black with #938B71
Text Example
Text Example
White with #938B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938B71; }
p { color: rgb(147,139,113); }
H1.HeaderClassName
{
color: #938B71;
}
.AnyTagClassName
{
color: #938B71;
}
</style>
background-color css
<style>
a { background-color: #938B71; }
a { background-color: rgb(147,139,113); }
div.DivClassName
{
background-color: #938B71;
}
.BgClassName
{
background-color: #938B71;
}
</style>
border-color css
<style>
span { border-color: #938B71; }
span { border-color: rgb(147,139,113); }
td.TdClassName
{
border-color: #938B71;
}
.TagClassName
{
border-color: #938B71;
}
</style>