Shades of Gurkha #948E62
Tints of Gurkha #948E62
RGB
CMYK
RGB Variations
Color information
#948E62 (or 0x948E62) is known color: Gurkha. HEX triplet: 94, 8E and 62. RGB value is (148,142,98). Sum of RGB (Red+Green+Blue) = 148+142+98=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 142 (55.86% from 255 or 36.60% from 388); Blue value is 98 (38.67% from 255 or 25.26% from 388); Max value from RGB is 148 - color contains mainly: red. Hex color #948E62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948E62 is #6B719D. Grayscale: #8A8A8A. Windows color (decimal): -7041438 or 6459028. OLE color: 6459028.
HSL color Cylindrical-coordinate representation of color #948E62: hue angle of 52.8º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #948E62 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 142 | 98 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.42 |
| HSL | 52.8º | 0.2% | 0.48% | - |
| HSV(B) | 52.8º | 0.34% | 0.58% | - |
| XYZ | 24.09 | 26.52 | 15.41 | - |
| YUV | 138.78 | 104.99 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 142 | 98 | 0 | 0.04 | 0.34 | 0.42 | 52.8 | 0.2 | 0.48 |
| Hex | 94 | 8E | 62 | 0 | 4 | 22 | 2A | 35 | 14 | 30 |
| Octal | 224 | 216 | 142 | 0 | 4 | 42 | 52 | 65 | 24 | 60 |
| Binary | 10010100 | 10001110 | 1100010 | 0 | 100 | 100010 | 101010 | 110101 | 10100 | 110000 |
Color Harmonies of #948E62
Complementary color
Monochromatic Colors of #948E62
Black with #948E62
Text Example
Text Example
White with #948E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948E62; }
p { color: rgb(148,142,98); }
H1.HeaderClassName
{
color: #948E62;
}
.AnyTagClassName
{
color: #948E62;
}
</style>
background-color css
<style>
a { background-color: #948E62; }
a { background-color: rgb(148,142,98); }
div.DivClassName
{
background-color: #948E62;
}
.BgClassName
{
background-color: #948E62;
}
</style>
border-color css
<style>
span { border-color: #948E62; }
span { border-color: rgb(148,142,98); }
td.TdClassName
{
border-color: #948E62;
}
.TagClassName
{
border-color: #948E62;
}
</style>