#93917A

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

Shades of Gurkha #93917A

Tints of Gurkha #93917A

Color information

#93917A (or 0x93917A) is unknown color: approx Gurkha. HEX triplet: 93, 91 and 7A. RGB value is (147,145,122). Sum of RGB (Red+Green+Blue) = 147+145+122=414 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.51% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 122 (48.05% from 255 or 29.47% from 414); Max value from RGB is 147 - color contains mainly: red. Hex color #93917A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93917A is #6C6E85. Grayscale: #8F8F8F. Windows color (decimal): -7106182 or 8032659. OLE color: 8032659.

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

Color convert

RGB147145122-
CMYK00.010.170.42
HSL55.2º10.37%52.75%-
HSV(B)55.2º17.01%57.65%-
XYZ25.6727.8622.44-
YUV142.98116.16130.87-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.51%
GREEN value IS 145 (57.03% from 255) = 35.02%
BLUE value IS 122 (48.05% from 255) = 29.47%
R=35.51%
G=35.02%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714512200.010.170.4255.210.3752.75
Hex93917A01112A37a35
Octal223221172012152671265
Binary1001001110010001111101001100011010101101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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