Shades of Gurkha #938A6F
Tints of Gurkha #938A6F
RGB
CMYK
RGB Variations
Color information
#938A6F (or 0x938A6F) is known color: Gurkha. HEX triplet: 93, 8A and 6F. RGB value is (147,138,111). Sum of RGB (Red+Green+Blue) = 147+138+111=396 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.12% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 111 (43.75% from 255 or 28.03% from 396); Max value from RGB is 147 - color contains mainly: red. Hex color #938A6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938A6F is #6C7590. Grayscale: #898989. Windows color (decimal): -7107985 or 7309971. OLE color: 7309971.
HSL color Cylindrical-coordinate representation of color #938A6F: hue angle of 45º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #938A6F is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 138 | 111 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.42 |
| HSL | 45º | 0.14% | 0.51% | - |
| HSV(B) | 45º | 0.24% | 0.58% | - |
| XYZ | 23.99 | 25.53 | 18.7 | - |
| YUV | 137.61 | 112.98 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 138 | 111 | 0 | 0.06 | 0.24 | 0.42 | 45 | 0.14 | 0.51 |
| Hex | 93 | 8A | 6F | 0 | 6 | 18 | 2A | 2D | E | 33 |
| Octal | 223 | 212 | 157 | 0 | 6 | 30 | 52 | 55 | 16 | 63 |
| Binary | 10010011 | 10001010 | 1101111 | 0 | 110 | 11000 | 101010 | 101101 | 1110 | 110011 |
Color Harmonies of #938A6F
Complementary color
Monochromatic Colors of #938A6F
Black with #938A6F
Text Example
Text Example
White with #938A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938A6F; }
p { color: rgb(147,138,111); }
H1.HeaderClassName
{
color: #938A6F;
}
.AnyTagClassName
{
color: #938A6F;
}
</style>
background-color css
<style>
a { background-color: #938A6F; }
a { background-color: rgb(147,138,111); }
div.DivClassName
{
background-color: #938A6F;
}
.BgClassName
{
background-color: #938A6F;
}
</style>
border-color css
<style>
span { border-color: #938A6F; }
span { border-color: rgb(147,138,111); }
td.TdClassName
{
border-color: #938A6F;
}
.TagClassName
{
border-color: #938A6F;
}
</style>