Shades of Gurkha #938D69
Tints of Gurkha #938D69
RGB
CMYK
RGB Variations
Color information
#938D69 (or 0x938D69) is known color: Gurkha. HEX triplet: 93, 8D and 69. RGB value is (147,141,105). Sum of RGB (Red+Green+Blue) = 147+141+105=393 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.40% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 105 (41.41% from 255 or 26.72% from 393); Max value from RGB is 147 - color contains mainly: red. Hex color #938D69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938D69 is #6C7296. Grayscale: #8A8A8A. Windows color (decimal): -7107223 or 6917523. OLE color: 6917523.
HSL color Cylindrical-coordinate representation of color #938D69: hue angle of 51.43º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #938D69 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 141 | 105 | - |
| CMYK | 0 | 0.04 | 0.29 | 0.42 |
| HSL | 51.43º | 0.17% | 0.49% | - |
| HSV(B) | 51.43º | 0.29% | 0.58% | - |
| XYZ | 24.11 | 26.27 | 17.17 | - |
| YUV | 138.69 | 108.99 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 141 | 105 | 0 | 0.04 | 0.29 | 0.42 | 51.43 | 0.17 | 0.49 |
| Hex | 93 | 8D | 69 | 0 | 4 | 1D | 2A | 33 | 11 | 31 |
| Octal | 223 | 215 | 151 | 0 | 4 | 35 | 52 | 63 | 21 | 61 |
| Binary | 10010011 | 10001101 | 1101001 | 0 | 100 | 11101 | 101010 | 110011 | 10001 | 110001 |
Color Harmonies of #938D69
Complementary color
Monochromatic Colors of #938D69
Black with #938D69
Text Example
Text Example
White with #938D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938D69; }
p { color: rgb(147,141,105); }
H1.HeaderClassName
{
color: #938D69;
}
.AnyTagClassName
{
color: #938D69;
}
</style>
background-color css
<style>
a { background-color: #938D69; }
a { background-color: rgb(147,141,105); }
div.DivClassName
{
background-color: #938D69;
}
.BgClassName
{
background-color: #938D69;
}
</style>
border-color css
<style>
span { border-color: #938D69; }
span { border-color: rgb(147,141,105); }
td.TdClassName
{
border-color: #938D69;
}
.TagClassName
{
border-color: #938D69;
}
</style>