Shades of Gurkha #948D6F
Tints of Gurkha #948D6F
RGB
CMYK
RGB Variations
Color information
#948D6F (or 0x948D6F) is known color: Gurkha. HEX triplet: 94, 8D and 6F. RGB value is (148,141,111). Sum of RGB (Red+Green+Blue) = 148+141+111=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 111 (43.75% from 255 or 27.75% from 400); Max value from RGB is 148 - color contains mainly: red. Hex color #948D6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948D6F is #6B7290. Grayscale: #8B8B8B. Windows color (decimal): -7041681 or 7310740. OLE color: 7310740.
HSL color Cylindrical-coordinate representation of color #948D6F: hue angle of 48.65º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #948D6F is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 141 | 111 | - |
| CMYK | 0 | 0.05 | 0.25 | 0.42 |
| HSL | 48.65º | 0.15% | 0.51% | - |
| HSV(B) | 48.65º | 0.25% | 0.58% | - |
| XYZ | 24.61 | 26.49 | 18.86 | - |
| YUV | 139.67 | 111.82 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 141 | 111 | 0 | 0.05 | 0.25 | 0.42 | 48.65 | 0.15 | 0.51 |
| Hex | 94 | 8D | 6F | 0 | 5 | 19 | 2A | 31 | F | 33 |
| Octal | 224 | 215 | 157 | 0 | 5 | 31 | 52 | 61 | 17 | 63 |
| Binary | 10010100 | 10001101 | 1101111 | 0 | 101 | 11001 | 101010 | 110001 | 1111 | 110011 |
Color Harmonies of #948D6F
Complementary color
Monochromatic Colors of #948D6F
Black with #948D6F
Text Example
Text Example
White with #948D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948D6F; }
p { color: rgb(148,141,111); }
H1.HeaderClassName
{
color: #948D6F;
}
.AnyTagClassName
{
color: #948D6F;
}
</style>
background-color css
<style>
a { background-color: #948D6F; }
a { background-color: rgb(148,141,111); }
div.DivClassName
{
background-color: #948D6F;
}
.BgClassName
{
background-color: #948D6F;
}
</style>
border-color css
<style>
span { border-color: #948D6F; }
span { border-color: rgb(148,141,111); }
td.TdClassName
{
border-color: #948D6F;
}
.TagClassName
{
border-color: #948D6F;
}
</style>