#938C6F

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

Shades of Gurkha #938C6F

Tints of Gurkha #938C6F

Color information

#938C6F (or 0x938C6F) is unknown color: approx Gurkha. HEX triplet: 93, 8C and 6F. RGB value is (147,140,111). Sum of RGB (Red+Green+Blue) = 147+140+111=398 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.93% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 111 (43.75% from 255 or 27.89% from 398); Max value from RGB is 147 - color contains mainly: red. Hex color #938C6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938C6F is #6C7390. Grayscale: #8A8A8A. Windows color (decimal): -7107473 or 7310483. OLE color: 7310483.

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

Color convert

RGB147140111-
CMYK00.050.240.42
HSL48.33º14.29%50.59%-
HSV(B)48.33º24.49%57.65%-
XYZ24.2826.1118.8-
YUV138.79112.32133.86-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.93%
GREEN value IS 140 (55.08% from 255) = 35.18%
BLUE value IS 111 (43.75% from 255) = 27.89%
R=36.93%
G=35.18%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714011100.050.240.4248.3314.2950.59
Hex938C6F05182A30e33
Octal223214157053052601663
Binary100100111000110011011110101110001010101100001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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