#978D6E

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

Shades of Gurkha #978D6E

Tints of Gurkha #978D6E

Color information

#978D6E (or 0x978D6E) is unknown color: approx Gurkha. HEX triplet: 97, 8D and 6E. RGB value is (151,141,110). Sum of RGB (Red+Green+Blue) = 151+141+110=402 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.56% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 110 (43.36% from 255 or 27.36% from 402); Max value from RGB is 151 - color contains mainly: red. Hex color #978D6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978D6E is #687291. Grayscale: #8C8C8C. Windows color (decimal): -6845074 or 7245207. OLE color: 7245207.

HSL color Cylindrical-coordinate representation of color #978D6E: hue angle of 45.37º 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 #978D6E is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB151141110-
CMYK00.070.270.41
HSL45.37º16.47%51.18%-
HSV(B)45.37º27.15%59.22%-
XYZ25.126.7518.59-
YUV140.46110.81135.52-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.56%
GREEN value IS 141 (55.47% from 255) = 35.07%
BLUE value IS 110 (43.36% from 255) = 27.36%
R=37.56%
G=35.07%
B=27.36%

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
Decimal15114111000.070.270.4145.3716.4751.18
Hex978D6E071B292d1033
Octal227215156073351552063
Binary1001011110001101110111001111101110100110110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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