#938D73

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

Shades of Gurkha #938D73

Tints of Gurkha #938D73

Color information

#938D73 (or 0x938D73) is unknown color: approx Gurkha. HEX triplet: 93, 8D and 73. RGB value is (147,141,115). Sum of RGB (Red+Green+Blue) = 147+141+115=403 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.48% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 147 - color contains mainly: red. Hex color #938D73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938D73 is #6C728C. Grayscale: #8B8B8B. Windows color (decimal): -7107213 or 7572883. OLE color: 7572883.

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

Color convert

RGB147141115-
CMYK00.040.220.42
HSL48.75º12.9%51.37%-
HSV(B)48.75º21.77%57.65%-
XYZ24.6526.4920.03-
YUV139.83113.99133.11-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.48%
GREEN value IS 141 (55.47% from 255) = 34.99%
BLUE value IS 115 (45.31% from 255) = 28.54%
R=36.48%
G=34.99%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714111500.040.220.4248.7512.951.37
Hex938D7304162A31d33
Octal223215163042652611563
Binary100100111000110111100110100101101010101100011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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