#978D6B

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

Shades of Gurkha #978D6B

Tints of Gurkha #978D6B

Color information

#978D6B (or 0x978D6B) is unknown color: approx Gurkha. HEX triplet: 97, 8D and 6B. RGB value is (151,141,107). Sum of RGB (Red+Green+Blue) = 151+141+107=399 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.84% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 107 (42.19% from 255 or 26.82% from 399); Max value from RGB is 151 - color contains mainly: red. Hex color #978D6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978D6B is #687294. Grayscale: #8C8C8C. Windows color (decimal): -6845077 or 7048599. OLE color: 7048599.

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

Color convert

RGB151141107-
CMYK00.070.290.41
HSL46.36º17.46%50.59%-
HSV(B)46.36º29.14%59.22%-
XYZ24.9426.6917.75-
YUV140.11109.31135.76-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.84%
GREEN value IS 141 (55.47% from 255) = 35.34%
BLUE value IS 107 (42.19% from 255) = 26.82%
R=37.84%
G=35.34%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15114110700.070.290.4146.3617.4650.59
Hex978D6B071D292e1133
Octal227215153073551562163
Binary1001011110001101110101101111110110100110111010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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