#93907E

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

Shades of Gurkha #93907E

Tints of Gurkha #93907E

Color information

#93907E (or 0x93907E) is unknown color: approx Gurkha. HEX triplet: 93, 90 and 7E. RGB value is (147,144,126). Sum of RGB (Red+Green+Blue) = 147+144+126=417 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.25% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 147 - color contains mainly: red. Hex color #93907E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93907E is #6C6F81. Grayscale: #8E8E8E. Windows color (decimal): -7106434 or 8294547. OLE color: 8294547.

HSL color Cylindrical-coordinate representation of color #93907E: hue angle of 51.43º 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 #93907E is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB147144126-
CMYK00.020.140.42
HSL51.43º8.86%53.53%-
HSV(B)51.43º14.29%57.65%-
XYZ25.7727.6623.72-
YUV142.84118.49130.96-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.25%
GREEN value IS 144 (56.64% from 255) = 34.53%
BLUE value IS 126 (49.61% from 255) = 30.22%
R=35.25%
G=34.53%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714412600.020.140.4251.438.8653.53
Hex93907E02E2A33936
Octal223220176021652631166
Binary1001001110010000111111001011101010101100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93907E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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