#939072

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

Shades of Gurkha #939072

Tints of Gurkha #939072

Color information

#939072 (or 0x939072) is unknown color: approx Gurkha. HEX triplet: 93, 90 and 72. RGB value is (147,144,114). Sum of RGB (Red+Green+Blue) = 147+144+114=405 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.30% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 114 (44.92% from 255 or 28.15% from 405); Max value from RGB is 147 - color contains mainly: red. Hex color #939072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939072 is #6C6F8D. Grayscale: #8D8D8D. Windows color (decimal): -7106446 or 7508115. OLE color: 7508115.

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

Color convert

RGB147144114-
CMYK00.020.220.42
HSL54.55º13.25%51.18%-
HSV(B)54.55º22.45%57.65%-
XYZ25.0427.3619.88-
YUV141.48112.49131.94-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.30%
GREEN value IS 144 (56.64% from 255) = 35.56%
BLUE value IS 114 (44.92% from 255) = 28.15%
R=36.30%
G=35.56%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714411400.020.220.4254.5513.2551.18
Hex93907202162A37d33
Octal223220162022652671563
Binary10010011100100001110010010101101010101101111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939072; }

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

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

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

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

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

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

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

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