#969169

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

Shades of Gurkha #969169

Tints of Gurkha #969169

Color information

#969169 (or 0x969169) is unknown color: approx Gurkha. HEX triplet: 96, 91 and 69. RGB value is (150,145,105). Sum of RGB (Red+Green+Blue) = 150+145+105=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 105 (41.41% from 255 or 26.25% from 400); Max value from RGB is 150 - color contains mainly: red. Hex color #969169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969169 is #696E96. Grayscale: #8E8E8E. Windows color (decimal): -6909591 or 6918550. OLE color: 6918550.

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

Color convert

RGB150145105-
CMYK00.030.300.41
HSL53.33º17.65%50%-
HSV(B)53.33º30%58.82%-
XYZ25.2527.7517.39-
YUV141.94107.16133.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.5%
GREEN value IS 145 (57.03% from 255) = 36.25%
BLUE value IS 105 (41.41% from 255) = 26.25%
R=37.5%
G=36.25%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014510500.030.300.4153.3317.6550
Hex969169031E29351232
Octal226221151033651652262
Binary100101101001000111010010111111010100111010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969169; }

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

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

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

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

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

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

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

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