Html Css Color HEX #979171 Gurkha

📋 copy color: '#979171'

red 151 ◦ green 145 ◦ blue 113

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

Shades of Gurkha #979171

Tints of Gurkha #979171

RGB

 RED value IS 151 (59.38% from 255) = 36.92%

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

 BLUE value IS 113 (44.53% from 255) = 27.63%

R = 36.92%
G = 35.45%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#979171 (or 0x979171) is known color: Gurkha. HEX triplet: 97, 91 and 71. RGB value is (151,145,113). Sum of RGB (Red+Green+Blue) = 151+145+113=409 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.92% from 409); Green value is 145 (57.03% from 255 or 35.45% from 409); Blue value is 113 (44.53% from 255 or 27.63% from 409); Max value from RGB is 151 - color contains mainly: red. Hex color #979171 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979171 is #686E8E. Grayscale: #8F8F8F. Windows color (decimal): -6844047 or 7442839. OLE color: 7442839.

HSL color Cylindrical-coordinate representation of color #979171: hue angle of 50.53º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #979171 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 145 113 -
CMYK 0 0.04 0.25 0.41
HSL 50.53º 0.15% 0.52% -
HSV(B) 50.53º 0.25% 0.59% -
XYZ 25.87 28.02 19.67 -
YUV 143.15 110.99 133.6 -
System Red Green Blue C M Y K H S L
Decimal 151 145 113 0 0.04 0.25 0.41 50.53 0.15 0.52
Hex 97 91 71 0 4 19 29 33 F 34
Octal 227 221 161 0 4 31 51 63 17 64
Binary 10010111 10010001 1110001 0 100 11001 101001 110011 1111 110100

Color Harmonies of #979171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979171

Black with #979171

Text Example


Text Example

White with #979171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979171; }

 p { color: rgb(151,145,113); }

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

background-color css

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

 a { background-color: rgb(151,145,113); }

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

border-color css

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

 span { border-color: rgb(151,145,113); }

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