#968E60

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

Shades of Gurkha #968E60

Tints of Gurkha #968E60

Color information

#968E60 (or 0x968E60) is unknown color: approx Gurkha. HEX triplet: 96, 8E and 60. RGB value is (150,142,96). Sum of RGB (Red+Green+Blue) = 150+142+96=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 142 (55.86% from 255 or 36.60% from 388); Blue value is 96 (37.89% from 255 or 24.74% from 388); Max value from RGB is 150 - color contains mainly: red. Hex color #968E60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968E60 is #69719F. Grayscale: #8B8B8B. Windows color (decimal): -6910368 or 6327958. OLE color: 6327958.

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

Color convert

RGB15014296-
CMYK00.050.360.41
HSL51.11º21.95%48.24%-
HSV(B)51.11º36%58.82%-
XYZ24.3626.6714.93-
YUV139.15103.65135.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.66%
GREEN value IS 142 (55.86% from 255) = 36.60%
BLUE value IS 96 (37.89% from 255) = 24.74%
R=38.66%
G=36.60%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501429600.050.360.4151.1121.9548.24
Hex968E60052429331630
Octal226216140054451632660
Binary10010110100011101100000010110010010100111001110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,142,96); }

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

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

 a { background-color: rgb(150,142,96); }

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

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

 span { border-color: rgb(150,142,96); }

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