#93917D

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

Shades of Gurkha #93917D

Tints of Gurkha #93917D

Color information

#93917D (or 0x93917D) is unknown color: approx Gurkha. HEX triplet: 93, 91 and 7D. RGB value is (147,145,125). Sum of RGB (Red+Green+Blue) = 147+145+125=417 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.25% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 147 - color contains mainly: red. Hex color #93917D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93917D is #6C6E82. Grayscale: #8F8F8F. Windows color (decimal): -7106179 or 8229267. OLE color: 8229267.

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

Color convert

RGB147145125-
CMYK00.010.150.42
HSL54.55º9.24%53.33%-
HSV(B)54.55º14.97%57.65%-
XYZ25.8627.9323.43-
YUV143.32117.66130.63-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.25%
GREEN value IS 145 (57.03% from 255) = 34.77%
BLUE value IS 125 (49.22% from 255) = 29.98%
R=35.25%
G=34.77%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714512500.010.150.4254.559.2453.33
Hex93917D01F2A37935
Octal223221175011752671165
Binary100100111001000111111010111111010101101111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93917D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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