#938C71

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

Shades of Gurkha #938C71

Tints of Gurkha #938C71

Color information

#938C71 (or 0x938C71) is unknown color: approx Gurkha. HEX triplet: 93, 8C and 71. RGB value is (147,140,113). Sum of RGB (Red+Green+Blue) = 147+140+113=400 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.75% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 147 - color contains mainly: red. Hex color #938C71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938C71 is #6C738E. Grayscale: #8B8B8B. Windows color (decimal): -7107471 or 7441555. OLE color: 7441555.

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

Color convert

RGB147140113-
CMYK00.050.230.42
HSL47.65º13.6%50.98%-
HSV(B)47.65º23.13%57.65%-
XYZ24.3926.1519.38-
YUV139.01113.32133.7-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.75%
GREEN value IS 140 (55.08% from 255) = 35%
BLUE value IS 113 (44.53% from 255) = 28.25%
R=36.75%
G=35%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714011300.050.230.4247.6513.650.98
Hex938C7105172A30e33
Octal223214161052752601663
Binary100100111000110011100010101101111010101100001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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