#93907F

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

Shades of Gurkha #93907F

Tints of Gurkha #93907F

Color information

#93907F (or 0x93907F) is unknown color: approx Gurkha. HEX triplet: 93, 90 and 7F. RGB value is (147,144,127). Sum of RGB (Red+Green+Blue) = 147+144+127=418 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.17% from 418); Green value is 144 (56.64% from 255 or 34.45% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 147 - color contains mainly: red. Hex color #93907F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93907F is #6C6F80. Grayscale: #8F8F8F. Windows color (decimal): -7106433 or 8360083. OLE color: 8360083.

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

Color convert

RGB147144127-
CMYK00.020.140.42
HSL51º8.47%53.73%-
HSV(B)51º13.61%57.65%-
XYZ25.8427.6824.06-
YUV142.96118.99130.88-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.17%
GREEN value IS 144 (56.64% from 255) = 34.45%
BLUE value IS 127 (50% from 255) = 30.38%
R=35.17%
G=34.45%
B=30.38%

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
Decimal14714412700.020.140.42518.4753.73
Hex93907F02E2A33836
Octal223220177021652631066
Binary1001001110010000111111101011101010101100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93907F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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