#968C64

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

Shades of Gurkha #968C64

Tints of Gurkha #968C64

Color information

#968C64 (or 0x968C64) is unknown color: approx Gurkha. HEX triplet: 96, 8C and 64. RGB value is (150,140,100). Sum of RGB (Red+Green+Blue) = 150+140+100=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 100 (39.45% from 255 or 25.64% from 390); Max value from RGB is 150 - color contains mainly: red. Hex color #968C64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968C64 is #69739B. Grayscale: #8A8A8A. Windows color (decimal): -6910876 or 6589590. OLE color: 6589590.

HSL color Cylindrical-coordinate representation of color #968C64: hue angle of 48º 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 #968C64 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB150140100-
CMYK00.070.330.41
HSL48º20%49.02%-
HSV(B)48º33.33%58.82%-
XYZ24.2626.1615.83-
YUV138.43106.31136.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.46%
GREEN value IS 140 (55.08% from 255) = 35.90%
BLUE value IS 100 (39.45% from 255) = 25.64%
R=38.46%
G=35.90%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014010000.070.330.41482049.02
Hex968C64072129301431
Octal226214144074151602461
Binary10010110100011001100100011110000110100111000010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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