Html Css Color HEX #959169 Gurkha

📋 copy color: '#959169'

red 149 ◦ green 145 ◦ blue 105

#959169
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gurkha #959169

Tints of Gurkha #959169

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 value IS 0

 M value IS 0.03

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#959169 (or 0x959169) is known color: 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

RGB 149 145 105 -
CMYK 0 0.03 0.30 0.42
HSL 54.55º 0.17% 0.5% -
HSV(B) 54.55º 0.3% 0.58% -
XYZ 25.07 27.66 17.38 -
YUV 141.64 107.33 133.25 -
System Red Green Blue C M Y K H S L
Decimal 149 145 105 0 0.03 0.30 0.42 54.55 0.17 0.5
Hex 95 91 69 0 3 1E 2A 37 11 32
Octal 225 221 151 0 3 36 52 67 21 62
Binary 10010101 10010001 1101001 0 11 11110 101010 110111 10001 110010

Color Harmonies of #959169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959169

Black with #959169

Text Example


Text Example

White with #959169

Text Example


Text Example

HTML Codes & Css Web 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>