#938F6B

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

Shades of Gurkha #938F6B

Tints of Gurkha #938F6B

Color information

#938F6B (or 0x938F6B) is unknown color: approx Gurkha. HEX triplet: 93, 8F and 6B. RGB value is (147,143,107). Sum of RGB (Red+Green+Blue) = 147+143+107=397 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.03% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 107 (42.19% from 255 or 26.95% from 397); Max value from RGB is 147 - color contains mainly: red. Hex color #938F6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938F6B is #6C7094. Grayscale: #8C8C8C. Windows color (decimal): -7106709 or 7049107. OLE color: 7049107.

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

Color convert

RGB147143107-
CMYK00.030.270.42
HSL54º15.75%49.8%-
HSV(B)54º27.21%57.65%-
XYZ24.5126.9117.81-
YUV140.09109.33132.93-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.03%
GREEN value IS 143 (56.25% from 255) = 36.02%
BLUE value IS 107 (42.19% from 255) = 26.95%
R=37.03%
G=36.02%
B=26.95%

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
Decimal14714310700.030.270.425415.7549.8
Hex938F6B031B2A361032
Octal223217153033352662062
Binary100100111000111111010110111101110101011011010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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