#959169

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

Shades of Gurkha #959169

Tints of Gurkha #959169

Color information

#959169 (or 0x959169) is unknown color: approx Gurkha. HEX triplet: 95, 91 and 69. RGB value is (149,145,105). Sum of RGB (Red+Green+Blue) = 149+145+105=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 105 (41.41% from 255 or 26.32% from 399); Max value from RGB is 149 - color contains mainly: red. Hex color #959169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959169 is #6A6E96. Grayscale: #8D8D8D. Windows color (decimal): -6975127 or 6918549. OLE color: 6918549.

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

Color convert

RGB149145105-
CMYK00.030.300.42
HSL54.55º17.32%49.8%-
HSV(B)54.55º29.53%58.43%-
XYZ25.0727.6617.38-
YUV141.64107.33133.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.34%
GREEN value IS 145 (57.03% from 255) = 36.34%
BLUE value IS 105 (41.41% from 255) = 26.32%
R=37.34%
G=36.34%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914510500.030.300.4254.5517.3249.8
Hex959169031E2A371132
Octal225221151033652672162
Binary100101011001000111010010111111010101011011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959169; }

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

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

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

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

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

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

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

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