#969164

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

Shades of Gurkha #969164

Tints of Gurkha #969164

Color information

#969164 (or 0x969164) is unknown color: approx Gurkha. HEX triplet: 96, 91 and 64. RGB value is (150,145,100). Sum of RGB (Red+Green+Blue) = 150+145+100=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 100 (39.45% from 255 or 25.32% from 395); Max value from RGB is 150 - color contains mainly: red. Hex color #969164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969164 is #696E9B. Grayscale: #8D8D8D. Windows color (decimal): -6909596 or 6590870. OLE color: 6590870.

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

Color convert

RGB150145100-
CMYK00.030.330.41
HSL54º20%49.02%-
HSV(B)54º33.33%58.82%-
XYZ2527.6516.08-
YUV141.36104.66134.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.97%
GREEN value IS 145 (57.03% from 255) = 36.71%
BLUE value IS 100 (39.45% from 255) = 25.32%
R=37.97%
G=36.71%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014510000.030.330.41542049.02
Hex969164032129361431
Octal226221144034151662461
Binary1001011010010001110010001110000110100111011010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969164; }

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

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

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

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

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

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

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

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