#938D71

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

Shades of Gurkha #938D71

Tints of Gurkha #938D71

Color information

#938D71 (or 0x938D71) is unknown color: approx Gurkha. HEX triplet: 93, 8D and 71. RGB value is (147,141,113). Sum of RGB (Red+Green+Blue) = 147+141+113=401 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.66% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 113 (44.53% from 255 or 28.18% from 401); Max value from RGB is 147 - color contains mainly: red. Hex color #938D71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938D71 is #6C728E. Grayscale: #8B8B8B. Windows color (decimal): -7107215 or 7441811. OLE color: 7441811.

HSL color Cylindrical-coordinate representation of color #938D71: hue angle of 49.41º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #938D71 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB147141113-
CMYK00.040.230.42
HSL49.41º13.6%50.98%-
HSV(B)49.41º23.13%57.65%-
XYZ24.5426.4519.43-
YUV139.6112.99133.28-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.66%
GREEN value IS 141 (55.47% from 255) = 35.16%
BLUE value IS 113 (44.53% from 255) = 28.18%
R=36.66%
G=35.16%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714111300.040.230.4249.4113.650.98
Hex938D7104172A31e33
Octal223215161042752611663
Binary100100111000110111100010100101111010101100011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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