#93907A

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

Shades of Gurkha #93907A

Tints of Gurkha #93907A

Color information

#93907A (or 0x93907A) is unknown color: approx Gurkha. HEX triplet: 93, 90 and 7A. RGB value is (147,144,122). Sum of RGB (Red+Green+Blue) = 147+144+122=413 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.59% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 147 - color contains mainly: red. Hex color #93907A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93907A is #6C6F85. Grayscale: #8E8E8E. Windows color (decimal): -7106438 or 8032403. OLE color: 8032403.

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

Color convert

RGB147144122-
CMYK00.020.170.42
HSL52.8º10.37%52.75%-
HSV(B)52.8º17.01%57.65%-
XYZ25.5227.5522.39-
YUV142.39116.49131.29-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.59%
GREEN value IS 144 (56.64% from 255) = 34.87%
BLUE value IS 122 (48.05% from 255) = 29.54%
R=35.59%
G=34.87%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714412200.020.170.4252.810.3752.75
Hex93907A02112A35a35
Octal223220172022152651265
Binary10010011100100001111010010100011010101101011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93907A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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