Shades of Gurkha #938B70
Tints of Gurkha #938B70
RGB
CMYK
RGB Variations
Color information
#938B70 (or 0x938B70) is known color: Gurkha. HEX triplet: 93, 8B and 70. RGB value is (147,139,112). Sum of RGB (Red+Green+Blue) = 147+139+112=398 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.93% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 112 (44.14% from 255 or 28.14% from 398); Max value from RGB is 147 - color contains mainly: red. Hex color #938B70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938B70 is #6C748F. Grayscale: #8A8A8A. Windows color (decimal): -7107728 or 7375763. OLE color: 7375763.
HSL color Cylindrical-coordinate representation of color #938B70: hue angle of 46.29º 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 #938B70 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 139 | 112 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.42 |
| HSL | 46.29º | 0.14% | 0.51% | - |
| HSV(B) | 46.29º | 0.24% | 0.58% | - |
| XYZ | 24.19 | 25.84 | 19.04 | - |
| YUV | 138.31 | 113.15 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 139 | 112 | 0 | 0.05 | 0.24 | 0.42 | 46.29 | 0.14 | 0.51 |
| Hex | 93 | 8B | 70 | 0 | 5 | 18 | 2A | 2E | E | 33 |
| Octal | 223 | 213 | 160 | 0 | 5 | 30 | 52 | 56 | 16 | 63 |
| Binary | 10010011 | 10001011 | 1110000 | 0 | 101 | 11000 | 101010 | 101110 | 1110 | 110011 |
Color Harmonies of #938B70
Complementary color
Monochromatic Colors of #938B70
Black with #938B70
Text Example
Text Example
White with #938B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938B70; }
p { color: rgb(147,139,112); }
H1.HeaderClassName
{
color: #938B70;
}
.AnyTagClassName
{
color: #938B70;
}
</style>
background-color css
<style>
a { background-color: #938B70; }
a { background-color: rgb(147,139,112); }
div.DivClassName
{
background-color: #938B70;
}
.BgClassName
{
background-color: #938B70;
}
</style>
border-color css
<style>
span { border-color: #938B70; }
span { border-color: rgb(147,139,112); }
td.TdClassName
{
border-color: #938B70;
}
.TagClassName
{
border-color: #938B70;
}
</style>