#93917E

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

Shades of Gurkha #93917E

Tints of Gurkha #93917E

Color information

#93917E (or 0x93917E) is unknown color: approx Gurkha. HEX triplet: 93, 91 and 7E. RGB value is (147,145,126). Sum of RGB (Red+Green+Blue) = 147+145+126=418 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.17% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 147 - color contains mainly: red. Hex color #93917E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93917E is #6C6E81. Grayscale: #8F8F8F. Windows color (decimal): -7106178 or 8294803. OLE color: 8294803.

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

Color convert

RGB147145126-
CMYK00.010.140.42
HSL54.29º8.86%53.53%-
HSV(B)54.29º14.29%57.65%-
XYZ25.9227.9623.77-
YUV143.43118.16130.54-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.17%
GREEN value IS 145 (57.03% from 255) = 34.69%
BLUE value IS 126 (49.61% from 255) = 30.14%
R=35.17%
G=34.69%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714512600.010.140.4254.298.8653.53
Hex93917E01E2A36936
Octal223221176011652661166
Binary100100111001000111111100111101010101101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93917E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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