Shades of Gurkha #938F74
Tints of Gurkha #938F74
RGB
CMYK
RGB Variations
Color information
#938F74 (or 0x938F74) is known color: Gurkha. HEX triplet: 93, 8F and 74. RGB value is (147,143,116). Sum of RGB (Red+Green+Blue) = 147+143+116=406 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.21% from 406); Green value is 143 (56.25% from 255 or 35.22% from 406); Blue value is 116 (45.70% from 255 or 28.57% from 406); Max value from RGB is 147 - color contains mainly: red. Hex color #938F74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938F74 is #6C708B. Grayscale: #8D8D8D. Windows color (decimal): -7106700 or 7638931. OLE color: 7638931.
HSL color Cylindrical-coordinate representation of color #938F74: hue angle of 52.26º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #938F74 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 143 | 116 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.42 |
| HSL | 52.26º | 0.13% | 0.52% | - |
| HSV(B) | 52.26º | 0.21% | 0.58% | - |
| XYZ | 25.01 | 27.11 | 20.44 | - |
| YUV | 141.12 | 113.83 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 143 | 116 | 0 | 0.03 | 0.21 | 0.42 | 52.26 | 0.13 | 0.52 |
| Hex | 93 | 8F | 74 | 0 | 3 | 15 | 2A | 34 | D | 34 |
| Octal | 223 | 217 | 164 | 0 | 3 | 25 | 52 | 64 | 15 | 64 |
| Binary | 10010011 | 10001111 | 1110100 | 0 | 11 | 10101 | 101010 | 110100 | 1101 | 110100 |
Color Harmonies of #938F74
Complementary color
Monochromatic Colors of #938F74
Black with #938F74
Text Example
Text Example
White with #938F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938F74; }
p { color: rgb(147,143,116); }
H1.HeaderClassName
{
color: #938F74;
}
.AnyTagClassName
{
color: #938F74;
}
</style>
background-color css
<style>
a { background-color: #938F74; }
a { background-color: rgb(147,143,116); }
div.DivClassName
{
background-color: #938F74;
}
.BgClassName
{
background-color: #938F74;
}
</style>
border-color css
<style>
span { border-color: #938F74; }
span { border-color: rgb(147,143,116); }
td.TdClassName
{
border-color: #938F74;
}
.TagClassName
{
border-color: #938F74;
}
</style>