#93917F

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

Shades of Gurkha #93917F

Tints of Gurkha #93917F

Color information

#93917F (or 0x93917F) is unknown color: approx Gurkha. HEX triplet: 93, 91 and 7F. RGB value is (147,145,127). Sum of RGB (Red+Green+Blue) = 147+145+127=419 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.08% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 127 (50% from 255 or 30.31% from 419); Max value from RGB is 147 - color contains mainly: red. Hex color #93917F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93917F is #6C6E80. Grayscale: #8F8F8F. Windows color (decimal): -7106177 or 8360339. OLE color: 8360339.

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

Color convert

RGB147145127-
CMYK00.010.140.42
HSL54º8.47%53.73%-
HSV(B)54º13.61%57.65%-
XYZ25.9927.9924.11-
YUV143.55118.66130.46-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.08%
GREEN value IS 145 (57.03% from 255) = 34.61%
BLUE value IS 127 (50% from 255) = 30.31%
R=35.08%
G=34.61%
B=30.31%

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
Decimal14714512700.010.140.42548.4753.73
Hex93917F01E2A36836
Octal223221177011652661066
Binary100100111001000111111110111101010101101101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93917F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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