#978B67

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

Shades of Gurkha #978B67

Tints of Gurkha #978B67

Color information

#978B67 (or 0x978B67) is unknown color: approx Gurkha. HEX triplet: 97, 8B and 67. RGB value is (151,139,103). Sum of RGB (Red+Green+Blue) = 151+139+103=393 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.42% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 103 (40.62% from 255 or 26.21% from 393); Max value from RGB is 151 - color contains mainly: red. Hex color #978B67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978B67 is #687498. Grayscale: #8A8A8A. Windows color (decimal): -6845593 or 6785943. OLE color: 6785943.

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

Color convert

RGB151139103-
CMYK00.080.320.41
HSL45º18.9%49.8%-
HSV(B)45º31.79%59.22%-
XYZ24.4426.0216.57-
YUV138.48107.98136.93-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.42%
GREEN value IS 139 (54.69% from 255) = 35.37%
BLUE value IS 103 (40.62% from 255) = 26.21%
R=38.42%
G=35.37%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113910300.080.320.414518.949.8
Hex978B670820292d1332
Octal2272131470104051552362
Binary100101111000101111001110100010000010100110110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,139,103); }

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

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

 a { background-color: rgb(151,139,103); }

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

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

 span { border-color: rgb(151,139,103); }

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