#949179

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

Shades of Gurkha #949179

Tints of Gurkha #949179

Color information

#949179 (or 0x949179) is unknown color: approx Gurkha. HEX triplet: 94, 91 and 79. RGB value is (148,145,121). Sum of RGB (Red+Green+Blue) = 148+145+121=414 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.75% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 121 (47.66% from 255 or 29.23% from 414); Max value from RGB is 148 - color contains mainly: red. Hex color #949179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949179 is #6B6E86. Grayscale: #8F8F8F. Windows color (decimal): -7040647 or 7967124. OLE color: 7967124.

HSL color Cylindrical-coordinate representation of color #949179: hue angle of 53.33º 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 #949179 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB148145121-
CMYK00.020.180.42
HSL53.33º11.2%52.75%-
HSV(B)53.33º18.24%58.04%-
XYZ25.7927.9322.12-
YUV143.16115.49131.45-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.75%
GREEN value IS 145 (57.03% from 255) = 35.02%
BLUE value IS 121 (47.66% from 255) = 29.23%
R=35.75%
G=35.02%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814512100.020.180.4253.3311.252.75
Hex94917902122A35b35
Octal224221171022252651365
Binary10010100100100011111001010100101010101101011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949179; }

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

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

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

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

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

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

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

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