#939079

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

Shades of Gurkha #939079

Tints of Gurkha #939079

Color information

#939079 (or 0x939079) is unknown color: approx Gurkha. HEX triplet: 93, 90 and 79. RGB value is (147,144,121). Sum of RGB (Red+Green+Blue) = 147+144+121=412 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.68% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 121 (47.66% from 255 or 29.37% from 412); Max value from RGB is 147 - color contains mainly: red. Hex color #939079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939079 is #6C6F86. Grayscale: #8E8E8E. Windows color (decimal): -7106439 or 7966867. OLE color: 7966867.

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

Color convert

RGB147144121-
CMYK00.020.180.42
HSL53.08º10.74%52.55%-
HSV(B)53.08º17.69%57.65%-
XYZ25.4627.5322.06-
YUV142.28115.99131.37-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.68%
GREEN value IS 144 (56.64% from 255) = 34.95%
BLUE value IS 121 (47.66% from 255) = 29.37%
R=35.68%
G=34.95%
B=29.37%

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
Decimal14714412100.020.180.4253.0810.7452.55
Hex93907902122A35b35
Octal223220171022252651365
Binary10010011100100001111001010100101010101101011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939079; }

 p { color: rgb(147,144,121); }

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

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

 a { background-color: rgb(147,144,121); }

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

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

 span { border-color: rgb(147,144,121); }

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