#968F79

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

Shades of Gurkha #968F79

Tints of Gurkha #968F79

Color information

#968F79 (or 0x968F79) is unknown color: approx Gurkha. HEX triplet: 96, 8F and 79. RGB value is (150,143,121). Sum of RGB (Red+Green+Blue) = 150+143+121=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 143 (56.25% from 255 or 34.54% from 414); Blue value is 121 (47.66% from 255 or 29.23% from 414); Max value from RGB is 150 - color contains mainly: red. Hex color #968F79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968F79 is #697086. Grayscale: #8E8E8E. Windows color (decimal): -6910087 or 7966614. OLE color: 7966614.

HSL color Cylindrical-coordinate representation of color #968F79: hue angle of 45.52º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #968F79 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB150143121-
CMYK00.050.190.41
HSL45.52º12.13%53.14%-
HSV(B)45.52º19.33%58.82%-
XYZ25.8527.5122.04-
YUV142.58115.82133.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.23%
GREEN value IS 143 (56.25% from 255) = 34.54%
BLUE value IS 121 (47.66% from 255) = 29.23%
R=36.23%
G=34.54%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014312100.050.190.4145.5212.1353.14
Hex968F790513292ec35
Octal226217171052351561465
Binary100101101000111111110010101100111010011011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968F79; }

 p { color: rgb(150,143,121); }

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

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

 a { background-color: rgb(150,143,121); }

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

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

 span { border-color: rgb(150,143,121); }

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