#938A71

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

Shades of Gurkha #938A71

Tints of Gurkha #938A71

Color information

#938A71 (or 0x938A71) is unknown color: approx Gurkha. HEX triplet: 93, 8A and 71. RGB value is (147,138,113). Sum of RGB (Red+Green+Blue) = 147+138+113=398 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.93% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 113 (44.53% from 255 or 28.39% from 398); Max value from RGB is 147 - color contains mainly: red. Hex color #938A71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938A71 is #6C758E. Grayscale: #898989. Windows color (decimal): -7107983 or 7441043. OLE color: 7441043.

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

Color convert

RGB147138113-
CMYK00.060.230.42
HSL44.12º13.6%50.98%-
HSV(B)44.12º23.13%57.65%-
XYZ24.125.5719.29-
YUV137.84113.98134.53-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.93%
GREEN value IS 138 (54.30% from 255) = 34.67%
BLUE value IS 113 (44.53% from 255) = 28.39%
R=36.93%
G=34.67%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713811300.060.230.4244.1213.650.98
Hex938A7106172A2ce33
Octal223212161062752541663
Binary100100111000101011100010110101111010101011001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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