#938E6C

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

Shades of Gurkha #938E6C

Tints of Gurkha #938E6C

Color information

#938E6C (or 0x938E6C) is unknown color: approx Gurkha. HEX triplet: 93, 8E and 6C. RGB value is (147,142,108). Sum of RGB (Red+Green+Blue) = 147+142+108=397 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.03% from 397); Green value is 142 (55.86% from 255 or 35.77% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 147 - color contains mainly: red. Hex color #938E6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938E6C is #6C7193. Grayscale: #8B8B8B. Windows color (decimal): -7106964 or 7114387. OLE color: 7114387.

HSL color Cylindrical-coordinate representation of color #938E6C: hue angle of 52.31º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #938E6C is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB147142108-
CMYK00.030.270.42
HSL52.31º15.29%50%-
HSV(B)52.31º26.53%57.65%-
XYZ24.4126.6318.04-
YUV139.62110.16133.26-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.03%
GREEN value IS 142 (55.86% from 255) = 35.77%
BLUE value IS 108 (42.58% from 255) = 27.20%
R=37.03%
G=35.77%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714210800.030.270.4252.3115.2950
Hex938E6C031B2A34f32
Octal223216154033352641762
Binary10010011100011101101100011110111010101101001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,142,108); }

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

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

 a { background-color: rgb(147,142,108); }

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

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

 span { border-color: rgb(147,142,108); }

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