#979162

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

Shades of Gurkha #979162

Tints of Gurkha #979162

Color information

#979162 (or 0x979162) is unknown color: approx Gurkha. HEX triplet: 97, 91 and 62. RGB value is (151,145,98). Sum of RGB (Red+Green+Blue) = 151+145+98=394 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.32% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 98 (38.67% from 255 or 24.87% from 394); Max value from RGB is 151 - color contains mainly: red. Hex color #979162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979162 is #686E9D. Grayscale: #8D8D8D. Windows color (decimal): -6844062 or 6459799. OLE color: 6459799.

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

Color convert

RGB15114598-
CMYK00.040.350.41
HSL53.21º21.29%48.82%-
HSV(B)53.21º35.1%59.22%-
XYZ25.0927.7115.58-
YUV141.44103.49134.82-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.32%
GREEN value IS 145 (57.03% from 255) = 36.80%
BLUE value IS 98 (38.67% from 255) = 24.87%
R=38.32%
G=36.80%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511459800.040.350.4153.2121.2948.82
Hex979162042329351531
Octal227221142044351652561
Binary10010111100100011100010010010001110100111010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979162; }

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

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

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

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

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

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

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

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