#979160

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

Shades of Gurkha #979160

Tints of Gurkha #979160

Color information

#979160 (or 0x979160) is unknown color: approx Gurkha. HEX triplet: 97, 91 and 60. RGB value is (151,145,96). Sum of RGB (Red+Green+Blue) = 151+145+96=392 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.52% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 151 - color contains mainly: red. Hex color #979160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979160 is #686E9F. Grayscale: #8D8D8D. Windows color (decimal): -6844064 or 6328727. OLE color: 6328727.

HSL color Cylindrical-coordinate representation of color #979160: hue angle of 53.45º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #979160 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB15114596-
CMYK00.040.360.41
HSL53.45º22.27%48.43%-
HSV(B)53.45º36.42%59.22%-
XYZ2527.6715.09-
YUV141.21102.49134.98-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.52%
GREEN value IS 145 (57.03% from 255) = 36.99%
BLUE value IS 96 (37.89% from 255) = 24.49%
R=38.52%
G=36.99%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511459600.040.360.4153.4522.2748.43
Hex979160042429351630
Octal227221140044451652660
Binary10010111100100011100000010010010010100111010110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979160; }

 p { color: rgb(151,145,96); }

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

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

 a { background-color: rgb(151,145,96); }

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

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

 span { border-color: rgb(151,145,96); }

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