#938E6F

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

Shades of Gurkha #938E6F

Tints of Gurkha #938E6F

Color information

#938E6F (or 0x938E6F) is unknown color: approx Gurkha. HEX triplet: 93, 8E and 6F. RGB value is (147,142,111). Sum of RGB (Red+Green+Blue) = 147+142+111=400 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.75% from 400); Green value is 142 (55.86% from 255 or 35.5% from 400); Blue value is 111 (43.75% from 255 or 27.75% from 400); Max value from RGB is 147 - color contains mainly: red. Hex color #938E6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938E6F is #6C7190. Grayscale: #8C8C8C. Windows color (decimal): -7106961 or 7310995. OLE color: 7310995.

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

Color convert

RGB147142111-
CMYK00.030.240.42
HSL51.67º14.29%50.59%-
HSV(B)51.67º24.49%57.65%-
XYZ24.5726.718.9-
YUV139.96111.66133.02-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.75%
GREEN value IS 142 (55.86% from 255) = 35.5%
BLUE value IS 111 (43.75% from 255) = 27.75%
R=36.75%
G=35.5%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714211100.030.240.4251.6714.2950.59
Hex938E6F03182A34e33
Octal223216157033052641663
Binary10010011100011101101111011110001010101101001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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