#939073

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

Shades of Gurkha #939073

Tints of Gurkha #939073

Color information

#939073 (or 0x939073) is unknown color: approx Gurkha. HEX triplet: 93, 90 and 73. RGB value is (147,144,115). Sum of RGB (Red+Green+Blue) = 147+144+115=406 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.21% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 115 (45.31% from 255 or 28.33% from 406); Max value from RGB is 147 - color contains mainly: red. Hex color #939073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939073 is #6C6F8C. Grayscale: #8D8D8D. Windows color (decimal): -7106445 or 7573651. OLE color: 7573651.

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

Color convert

RGB147144115-
CMYK00.020.220.42
HSL54.38º12.9%51.37%-
HSV(B)54.38º21.77%57.65%-
XYZ25.127.3920.18-
YUV141.59112.99131.86-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.21%
GREEN value IS 144 (56.64% from 255) = 35.47%
BLUE value IS 115 (45.31% from 255) = 28.33%
R=36.21%
G=35.47%
B=28.33%

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
Decimal14714411500.020.220.4254.3812.951.37
Hex93907302162A36d33
Octal223220163022652661563
Binary10010011100100001110011010101101010101101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939073; }

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

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

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

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

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

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

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

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