Html Css Color HEX #959170 Gurkha

📋 copy color: '#959170'

red 149 ◦ green 145 ◦ blue 112

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

Shades of Gurkha #959170

Tints of Gurkha #959170

RGB

 RED value IS 149 (58.59% from 255) = 36.7%

 GREEN value IS 145 (57.03% from 255) = 35.71%

 BLUE value IS 112 (44.14% from 255) = 27.59%

R = 36.7%
G = 35.71%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#959170 (or 0x959170) is known color: Gurkha. HEX triplet: 95, 91 and 70. RGB value is (149,145,112). Sum of RGB (Red+Green+Blue) = 149+145+112=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 149 - color contains mainly: red. Hex color #959170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959170 is #6A6E8F. Grayscale: #8E8E8E. Windows color (decimal): -6975120 or 7377301. OLE color: 7377301.

HSL color Cylindrical-coordinate representation of color #959170: hue angle of 53.51º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #959170 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 145 112 -
CMYK 0 0.03 0.25 0.42
HSL 53.51º 0.15% 0.51% -
HSV(B) 53.51º 0.25% 0.58% -
XYZ 25.44 27.81 19.36 -
YUV 142.43 110.83 132.68 -
System Red Green Blue C M Y K H S L
Decimal 149 145 112 0 0.03 0.25 0.42 53.51 0.15 0.51
Hex 95 91 70 0 3 19 2A 36 F 33
Octal 225 221 160 0 3 31 52 66 17 63
Binary 10010101 10010001 1110000 0 11 11001 101010 110110 1111 110011

Color Harmonies of #959170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959170

Black with #959170

Text Example


Text Example

White with #959170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959170; }

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

 H1.HeaderClassName
 {
   color: #959170;
 }
 .AnyTagClassName
 {
   color: #959170;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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