#93917C

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

Shades of Gurkha #93917C

Tints of Gurkha #93917C

Color information

#93917C (or 0x93917C) is unknown color: approx Gurkha. HEX triplet: 93, 91 and 7C. RGB value is (147,145,124). Sum of RGB (Red+Green+Blue) = 147+145+124=416 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.34% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 147 - color contains mainly: red. Hex color #93917C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93917C is #6C6E83. Grayscale: #8F8F8F. Windows color (decimal): -7106180 or 8163731. OLE color: 8163731.

HSL color Cylindrical-coordinate representation of color #93917C: hue angle of 54.78º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #93917C is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB147145124-
CMYK00.010.160.42
HSL54.78º9.62%53.14%-
HSV(B)54.78º15.65%57.65%-
XYZ25.827.9123.1-
YUV143.2117.16130.71-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.34%
GREEN value IS 145 (57.03% from 255) = 34.86%
BLUE value IS 124 (48.83% from 255) = 29.81%
R=35.34%
G=34.86%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714512400.010.160.4254.789.6253.14
Hex93917C01102A37a35
Octal223221174012052671265
Binary1001001110010001111110001100001010101101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93917C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93917C; }

 p { color: rgb(147,145,124); }

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

<style>
 a { background-color: #93917C; }

 a { background-color: rgb(147,145,124); }

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

<style>
 span { border-color: #93917C; }

 span { border-color: rgb(147,145,124); }

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