#969168

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

Shades of Gurkha #969168

Tints of Gurkha #969168

Color information

#969168 (or 0x969168) is unknown color: approx Gurkha. HEX triplet: 96, 91 and 68. RGB value is (150,145,104). Sum of RGB (Red+Green+Blue) = 150+145+104=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 104 (41.02% from 255 or 26.07% from 399); Max value from RGB is 150 - color contains mainly: red. Hex color #969168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969168 is #696E97. Grayscale: #8D8D8D. Windows color (decimal): -6909592 or 6853014. OLE color: 6853014.

HSL color Cylindrical-coordinate representation of color #969168: hue angle of 53.48º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #969168 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB150145104-
CMYK00.030.310.41
HSL53.48º18.11%49.8%-
HSV(B)53.48º30.67%58.82%-
XYZ25.227.7317.12-
YUV141.82106.66133.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.59%
GREEN value IS 145 (57.03% from 255) = 36.34%
BLUE value IS 104 (41.02% from 255) = 26.07%
R=37.59%
G=36.34%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014510400.030.310.4153.4818.1149.8
Hex969168031F29351232
Octal226221150033751652262
Binary100101101001000111010000111111110100111010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969168; }

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

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

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

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

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

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

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

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