#938A6B

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

Shades of Gurkha #938A6B

Tints of Gurkha #938A6B

Color information

#938A6B (or 0x938A6B) is unknown color: approx Gurkha. HEX triplet: 93, 8A and 6B. RGB value is (147,138,107). Sum of RGB (Red+Green+Blue) = 147+138+107=392 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.5% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 107 (42.19% from 255 or 27.30% from 392); Max value from RGB is 147 - color contains mainly: red. Hex color #938A6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938A6B is #6C7594. Grayscale: #898989. Windows color (decimal): -7107989 or 7047827. OLE color: 7047827.

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

Color convert

RGB147138107-
CMYK00.060.270.42
HSL46.5º15.75%49.8%-
HSV(B)46.5º27.21%57.65%-
XYZ23.7725.4417.57-
YUV137.16110.98135.02-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.5%
GREEN value IS 138 (54.30% from 255) = 35.20%
BLUE value IS 107 (42.19% from 255) = 27.30%
R=37.5%
G=35.20%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713810700.060.270.4246.515.7549.8
Hex938A6B061B2A2f1032
Octal223212153063352572062
Binary1001001110001010110101101101101110101010111110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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