#939180

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

Shades of Gurkha #939180

Tints of Gurkha #939180

Color information

#939180 (or 0x939180) is unknown color: approx Gurkha. HEX triplet: 93, 91 and 80. RGB value is (147,145,128). Sum of RGB (Red+Green+Blue) = 147+145+128=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 145 (57.03% from 255 or 34.52% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 147 - color contains mainly: red. Hex color #939180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939180 is #6C6E7F. Grayscale: #8F8F8F. Windows color (decimal): -7106176 or 8425875. OLE color: 8425875.

HSL color Cylindrical-coordinate representation of color #939180: hue angle of 53.68º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #939180 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB147145128-
CMYK00.010.130.42
HSL53.68º8.09%53.92%-
HSV(B)53.68º12.93%57.65%-
XYZ26.0528.0124.46-
YUV143.66119.16130.38-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35%
GREEN value IS 145 (57.03% from 255) = 34.52%
BLUE value IS 128 (50.39% from 255) = 30.48%
R=35%
G=34.52%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714512800.010.130.4253.688.0953.92
Hex93918001D2A36836
Octal223221200011552661066
Binary1001001110010001100000000111011010101101101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939180; }

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

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

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

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

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

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

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

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