#938F73

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

Shades of Gurkha #938F73

Tints of Gurkha #938F73

Color information

#938F73 (or 0x938F73) is unknown color: approx Gurkha. HEX triplet: 93, 8F and 73. RGB value is (147,143,115). Sum of RGB (Red+Green+Blue) = 147+143+115=405 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.30% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 115 (45.31% from 255 or 28.40% from 405); Max value from RGB is 147 - color contains mainly: red. Hex color #938F73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938F73 is #6C708C. Grayscale: #8D8D8D. Windows color (decimal): -7106701 or 7573395. OLE color: 7573395.

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

Color convert

RGB147143115-
CMYK00.030.220.42
HSL52.5º12.9%51.37%-
HSV(B)52.5º21.77%57.65%-
XYZ24.9527.0920.13-
YUV141113.33132.28-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.30%
GREEN value IS 143 (56.25% from 255) = 35.31%
BLUE value IS 115 (45.31% from 255) = 28.40%
R=36.30%
G=35.31%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714311500.030.220.4252.512.951.37
Hex938F7303162A35d33
Octal223217163032652651563
Binary10010011100011111110011011101101010101101011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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