#948E79

Color #948E79 Gurkha (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gurkha #948E79

Tints of Gurkha #948E79

Color information

#948E79 (or 0x948E79) is unknown color: approx Gurkha. HEX triplet: 94, 8E and 79. RGB value is (148,142,121). Sum of RGB (Red+Green+Blue) = 148+142+121=411 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.01% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 121 (47.66% from 255 or 29.44% from 411); Max value from RGB is 148 - color contains mainly: red. Hex color #948E79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948E79 is #6B7186. Grayscale: #8D8D8D. Windows color (decimal): -7041415 or 7966356. OLE color: 7966356.

HSL color Cylindrical-coordinate representation of color #948E79: hue angle of 46.67º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #948E79 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB148142121-
CMYK00.040.180.42
HSL46.67º11.2%52.75%-
HSV(B)46.67º18.24%58.04%-
XYZ25.3427.0221.97-
YUV141.4116.49132.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 36.01%
GREEN value IS 142 (55.86% from 255) = 34.55%
BLUE value IS 121 (47.66% from 255) = 29.44%
R=36.01%
G=34.55%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814212100.040.180.4246.6711.252.75
Hex948E7904122A2fb35
Octal224216171042252571365
Binary100101001000111011110010100100101010101011111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948E79; }

 p { color: rgb(148,142,121); }

 H1.HeaderClassName
 {
   color: #948E79;
 }
 .AnyTagClassName
 {
   color: #948E79;
 }
</style>
background-color css

<style>
 a { background-color: #948E79; }

 a { background-color: rgb(148,142,121); }

 div.DivClassName
 {
   background-color: #948E79;
 }
 .BgClassName
 {
   background-color: #948E79;
 }
</style>
border-color css

<style>
 span { border-color: #948E79; }

 span { border-color: rgb(148,142,121); }

 td.TdClassName
 {
   border-color: #948E79;
 }
 .TagClassName
 {
   border-color: #948E79;
 }
</style>