Shades of Gurkha #948E6E
Tints of Gurkha #948E6E
RGB
CMYK
RGB Variations
Color information
#948E6E (or 0x948E6E) is known color: Gurkha. HEX triplet: 94, 8E and 6E. RGB value is (148,142,110). Sum of RGB (Red+Green+Blue) = 148+142+110=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 142 (55.86% from 255 or 35.5% from 400); Blue value is 110 (43.36% from 255 or 27.5% from 400); Max value from RGB is 148 - color contains mainly: red. Hex color #948E6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948E6E is #6B7191. Grayscale: #8C8C8C. Windows color (decimal): -7041426 or 7245460. OLE color: 7245460.
HSL color Cylindrical-coordinate representation of color #948E6E: hue angle of 50.53º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #948E6E is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 142 | 110 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.42 |
| HSL | 50.53º | 0.15% | 0.51% | - |
| HSV(B) | 50.53º | 0.26% | 0.58% | - |
| XYZ | 24.7 | 26.77 | 18.62 | - |
| YUV | 140.15 | 110.99 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 142 | 110 | 0 | 0.04 | 0.26 | 0.42 | 50.53 | 0.15 | 0.51 |
| Hex | 94 | 8E | 6E | 0 | 4 | 1A | 2A | 33 | F | 33 |
| Octal | 224 | 216 | 156 | 0 | 4 | 32 | 52 | 63 | 17 | 63 |
| Binary | 10010100 | 10001110 | 1101110 | 0 | 100 | 11010 | 101010 | 110011 | 1111 | 110011 |
Color Harmonies of #948E6E
Complementary color
Monochromatic Colors of #948E6E
Black with #948E6E
Text Example
Text Example
White with #948E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948E6E; }
p { color: rgb(148,142,110); }
H1.HeaderClassName
{
color: #948E6E;
}
.AnyTagClassName
{
color: #948E6E;
}
</style>
background-color css
<style>
a { background-color: #948E6E; }
a { background-color: rgb(148,142,110); }
div.DivClassName
{
background-color: #948E6E;
}
.BgClassName
{
background-color: #948E6E;
}
</style>
border-color css
<style>
span { border-color: #948E6E; }
span { border-color: rgb(148,142,110); }
td.TdClassName
{
border-color: #948E6E;
}
.TagClassName
{
border-color: #948E6E;
}
</style>