Shades of Gurkha #938A70
Tints of Gurkha #938A70
RGB
CMYK
RGB Variations
Color information
#938A70 (or 0x938A70) is known color: Gurkha. HEX triplet: 93, 8A and 70. RGB value is (147,138,112). Sum of RGB (Red+Green+Blue) = 147+138+112=397 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.03% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 147 - color contains mainly: red. Hex color #938A70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938A70 is #6C758F. Grayscale: #898989. Windows color (decimal): -7107984 or 7375507. OLE color: 7375507.
HSL color Cylindrical-coordinate representation of color #938A70: hue angle of 44.57º 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 #938A70 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 138 | 112 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.42 |
| HSL | 44.57º | 0.14% | 0.51% | - |
| HSV(B) | 44.57º | 0.24% | 0.58% | - |
| XYZ | 24.05 | 25.55 | 18.99 | - |
| YUV | 137.73 | 113.48 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 138 | 112 | 0 | 0.06 | 0.24 | 0.42 | 44.57 | 0.14 | 0.51 |
| Hex | 93 | 8A | 70 | 0 | 6 | 18 | 2A | 2D | E | 33 |
| Octal | 223 | 212 | 160 | 0 | 6 | 30 | 52 | 55 | 16 | 63 |
| Binary | 10010011 | 10001010 | 1110000 | 0 | 110 | 11000 | 101010 | 101101 | 1110 | 110011 |
Color Harmonies of #938A70
Complementary color
Monochromatic Colors of #938A70
Black with #938A70
Text Example
Text Example
White with #938A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938A70; }
p { color: rgb(147,138,112); }
H1.HeaderClassName
{
color: #938A70;
}
.AnyTagClassName
{
color: #938A70;
}
</style>
background-color css
<style>
a { background-color: #938A70; }
a { background-color: rgb(147,138,112); }
div.DivClassName
{
background-color: #938A70;
}
.BgClassName
{
background-color: #938A70;
}
</style>
border-color css
<style>
span { border-color: #938A70; }
span { border-color: rgb(147,138,112); }
td.TdClassName
{
border-color: #938A70;
}
.TagClassName
{
border-color: #938A70;
}
</style>