#978C6E

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

Shades of Gurkha #978C6E

Tints of Gurkha #978C6E

Color information

#978C6E (or 0x978C6E) is unknown color: approx Gurkha. HEX triplet: 97, 8C and 6E. RGB value is (151,140,110). Sum of RGB (Red+Green+Blue) = 151+140+110=401 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.66% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 110 (43.36% from 255 or 27.43% from 401); Max value from RGB is 151 - color contains mainly: red. Hex color #978C6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978C6E is #687391. Grayscale: #8C8C8C. Windows color (decimal): -6845330 or 7244951. OLE color: 7244951.

HSL color Cylindrical-coordinate representation of color #978C6E: hue angle of 43.9º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #978C6E is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB151140110-
CMYK00.070.270.41
HSL43.9º16.47%51.18%-
HSV(B)43.9º27.15%59.22%-
XYZ24.9626.4618.54-
YUV139.87111.14135.94-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.66%
GREEN value IS 140 (55.08% from 255) = 34.91%
BLUE value IS 110 (43.36% from 255) = 27.43%
R=37.66%
G=34.91%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15114011000.070.270.4143.916.4751.18
Hex978C6E071B292c1033
Octal227214156073351542063
Binary1001011110001100110111001111101110100110110010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978C6E; }

 p { color: rgb(151,140,110); }

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

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

 a { background-color: rgb(151,140,110); }

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

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

 span { border-color: rgb(151,140,110); }

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