#969379

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

Shades of Gurkha #969379

Tints of Gurkha #969379

Color information

#969379 (or 0x969379) is unknown color: approx Gurkha. HEX triplet: 96, 93 and 79. RGB value is (150,147,121). Sum of RGB (Red+Green+Blue) = 150+147+121=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 121 (47.66% from 255 or 28.95% from 418); Max value from RGB is 150 - color contains mainly: red. Hex color #969379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969379 is #696C86. Grayscale: #919191. Windows color (decimal): -6909063 or 7967638. OLE color: 7967638.

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

Color convert

RGB150147121-
CMYK00.020.190.41
HSL53.79º12.13%53.14%-
HSV(B)53.79º19.33%58.82%-
XYZ26.4628.7322.24-
YUV144.93114.49131.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.89%
GREEN value IS 147 (57.81% from 255) = 35.17%
BLUE value IS 121 (47.66% from 255) = 28.95%
R=35.89%
G=35.17%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014712100.020.190.4153.7912.1353.14
Hex96937902132936c35
Octal226223171022351661465
Binary10010110100100111111001010100111010011101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969379; }

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

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

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

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

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

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

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

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