#979166

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

Shades of Gurkha #979166

Tints of Gurkha #979166

Color information

#979166 (or 0x979166) is unknown color: approx Gurkha. HEX triplet: 97, 91 and 66. RGB value is (151,145,102). Sum of RGB (Red+Green+Blue) = 151+145+102=398 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.94% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 102 (40.23% from 255 or 25.63% from 398); Max value from RGB is 151 - color contains mainly: red. Hex color #979166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979166 is #686E99. Grayscale: #8E8E8E. Windows color (decimal): -6844058 or 6721943. OLE color: 6721943.

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

Color convert

RGB151145102-
CMYK00.040.320.41
HSL52.65º19.37%49.61%-
HSV(B)52.65º32.45%59.22%-
XYZ25.2927.7916.6-
YUV141.89105.49134.5-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.94%
GREEN value IS 145 (57.03% from 255) = 36.43%
BLUE value IS 102 (40.23% from 255) = 25.63%
R=37.94%
G=36.43%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15114510200.040.320.4152.6519.3749.61
Hex979166042029351332
Octal227221146044051652362
Binary10010111100100011100110010010000010100111010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979166; }

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

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

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

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

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

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

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

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