Shades of Gurkha #948D70
Tints of Gurkha #948D70
RGB
CMYK
RGB Variations
Color information
#948D70 (or 0x948D70) is known color: Gurkha. HEX triplet: 94, 8D and 70. RGB value is (148,141,112). Sum of RGB (Red+Green+Blue) = 148+141+112=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 148 - color contains mainly: red. Hex color #948D70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948D70 is #6B728F. Grayscale: #8B8B8B. Windows color (decimal): -7041680 or 7376276. OLE color: 7376276.
HSL color Cylindrical-coordinate representation of color #948D70: hue angle of 48.33º 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 #948D70 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 141 | 112 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.42 |
| HSL | 48.33º | 0.14% | 0.51% | - |
| HSV(B) | 48.33º | 0.24% | 0.58% | - |
| XYZ | 24.66 | 26.52 | 19.15 | - |
| YUV | 139.79 | 112.32 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 141 | 112 | 0 | 0.05 | 0.24 | 0.42 | 48.33 | 0.14 | 0.51 |
| Hex | 94 | 8D | 70 | 0 | 5 | 18 | 2A | 30 | E | 33 |
| Octal | 224 | 215 | 160 | 0 | 5 | 30 | 52 | 60 | 16 | 63 |
| Binary | 10010100 | 10001101 | 1110000 | 0 | 101 | 11000 | 101010 | 110000 | 1110 | 110011 |
Color Harmonies of #948D70
Complementary color
Monochromatic Colors of #948D70
Black with #948D70
Text Example
Text Example
White with #948D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948D70; }
p { color: rgb(148,141,112); }
H1.HeaderClassName
{
color: #948D70;
}
.AnyTagClassName
{
color: #948D70;
}
</style>
background-color css
<style>
a { background-color: #948D70; }
a { background-color: rgb(148,141,112); }
div.DivClassName
{
background-color: #948D70;
}
.BgClassName
{
background-color: #948D70;
}
</style>
border-color css
<style>
span { border-color: #948D70; }
span { border-color: rgb(148,141,112); }
td.TdClassName
{
border-color: #948D70;
}
.TagClassName
{
border-color: #948D70;
}
</style>