#968D64

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

Shades of Gurkha #968D64

Tints of Gurkha #968D64

Color information

#968D64 (or 0x968D64) is unknown color: approx Gurkha. HEX triplet: 96, 8D and 64. RGB value is (150,141,100). Sum of RGB (Red+Green+Blue) = 150+141+100=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 141 (55.47% from 255 or 36.06% from 391); Blue value is 100 (39.45% from 255 or 25.58% from 391); Max value from RGB is 150 - color contains mainly: red. Hex color #968D64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968D64 is #69729B. Grayscale: #8B8B8B. Windows color (decimal): -6910620 or 6589846. OLE color: 6589846.

HSL color Cylindrical-coordinate representation of color #968D64: hue angle of 49.2º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #968D64 is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB150141100-
CMYK00.060.330.41
HSL49.2º20%49.02%-
HSV(B)49.2º33.33%58.82%-
XYZ24.426.4515.88-
YUV139.02105.98135.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.36%
GREEN value IS 141 (55.47% from 255) = 36.06%
BLUE value IS 100 (39.45% from 255) = 25.58%
R=38.36%
G=36.06%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014110000.060.330.4149.22049.02
Hex968D64062129311431
Octal226215144064151612461
Binary10010110100011011100100011010000110100111000110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,141,100); }

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

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

 a { background-color: rgb(150,141,100); }

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

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

 span { border-color: rgb(150,141,100); }

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