Shades of Gurkha #938B6E
Tints of Gurkha #938B6E
RGB
CMYK
RGB Variations
Color information
#938B6E (or 0x938B6E) is known color: Gurkha. HEX triplet: 93, 8B and 6E. RGB value is (147,139,110). Sum of RGB (Red+Green+Blue) = 147+139+110=396 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.12% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 110 (43.36% from 255 or 27.78% from 396); Max value from RGB is 147 - color contains mainly: red. Hex color #938B6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938B6E is #6C7491. Grayscale: #8A8A8A. Windows color (decimal): -7107730 or 7244691. OLE color: 7244691.
HSL color Cylindrical-coordinate representation of color #938B6E: hue angle of 47.03º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #938B6E is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 139 | 110 | - |
| CMYK | 0 | 0.05 | 0.25 | 0.42 |
| HSL | 47.03º | 0.15% | 0.5% | - |
| HSV(B) | 47.03º | 0.25% | 0.58% | - |
| XYZ | 24.08 | 25.79 | 18.46 | - |
| YUV | 138.09 | 112.15 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 139 | 110 | 0 | 0.05 | 0.25 | 0.42 | 47.03 | 0.15 | 0.5 |
| Hex | 93 | 8B | 6E | 0 | 5 | 19 | 2A | 2F | F | 32 |
| Octal | 223 | 213 | 156 | 0 | 5 | 31 | 52 | 57 | 17 | 62 |
| Binary | 10010011 | 10001011 | 1101110 | 0 | 101 | 11001 | 101010 | 101111 | 1111 | 110010 |
Color Harmonies of #938B6E
Complementary color
Monochromatic Colors of #938B6E
Black with #938B6E
Text Example
Text Example
White with #938B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938B6E; }
p { color: rgb(147,139,110); }
H1.HeaderClassName
{
color: #938B6E;
}
.AnyTagClassName
{
color: #938B6E;
}
</style>
background-color css
<style>
a { background-color: #938B6E; }
a { background-color: rgb(147,139,110); }
div.DivClassName
{
background-color: #938B6E;
}
.BgClassName
{
background-color: #938B6E;
}
</style>
border-color css
<style>
span { border-color: #938B6E; }
span { border-color: rgb(147,139,110); }
td.TdClassName
{
border-color: #938B6E;
}
.TagClassName
{
border-color: #938B6E;
}
</style>