#938B73

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

Shades of Gurkha #938B73

Tints of Gurkha #938B73

Color information

#938B73 (or 0x938B73) is unknown color: approx Gurkha. HEX triplet: 93, 8B and 73. RGB value is (147,139,115). Sum of RGB (Red+Green+Blue) = 147+139+115=401 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.66% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 115 (45.31% from 255 or 28.68% from 401); Max value from RGB is 147 - color contains mainly: red. Hex color #938B73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938B73 is #6C748C. Grayscale: #8A8A8A. Windows color (decimal): -7107725 or 7572371. OLE color: 7572371.

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

Color convert

RGB147139115-
CMYK00.050.220.42
HSL45º12.9%51.37%-
HSV(B)45º21.77%57.65%-
XYZ24.3625.9119.94-
YUV138.66114.65133.95-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.66%
GREEN value IS 139 (54.69% from 255) = 34.66%
BLUE value IS 115 (45.31% from 255) = 28.68%
R=36.66%
G=34.66%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713911500.050.220.424512.951.37
Hex938B7305162A2dd33
Octal223213163052652551563
Binary100100111000101111100110101101101010101011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938B73; }

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

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

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

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

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

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

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

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