#939074

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

Shades of Gurkha #939074

Tints of Gurkha #939074

Color information

#939074 (or 0x939074) is unknown color: approx Gurkha. HEX triplet: 93, 90 and 74. RGB value is (147,144,116). Sum of RGB (Red+Green+Blue) = 147+144+116=407 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.12% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 116 (45.70% from 255 or 28.50% from 407); Max value from RGB is 147 - color contains mainly: red. Hex color #939074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939074 is #6C6F8B. Grayscale: #8D8D8D. Windows color (decimal): -7106444 or 7639187. OLE color: 7639187.

HSL color Cylindrical-coordinate representation of color #939074: hue angle of 54.19º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #939074 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB147144116-
CMYK00.020.210.42
HSL54.19º12.55%51.57%-
HSV(B)54.19º21.09%57.65%-
XYZ25.1627.4120.49-
YUV141.7113.49131.78-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.12%
GREEN value IS 144 (56.64% from 255) = 35.38%
BLUE value IS 116 (45.70% from 255) = 28.50%
R=36.12%
G=35.38%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714411600.020.210.4254.1912.5551.57
Hex93907402152A36d34
Octal223220164022552661564
Binary10010011100100001110100010101011010101101101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939074; }

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

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

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

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

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

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

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

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