Html Css Color HEX #979160 Gurkha

📋 copy color: '#979160'

red 151 ◦ green 145 ◦ blue 96

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

Shades of Gurkha #979160

Tints of Gurkha #979160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 24.49%

R = 38.52%
G = 36.99%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#979160 (or 0x979160) is known color: Gurkha. HEX triplet: 97, 91 and 60. RGB value is (151,145,96). Sum of RGB (Red+Green+Blue) = 151+145+96=392 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.52% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 151 - color contains mainly: red. Hex color #979160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979160 is #686E9F. Grayscale: #8D8D8D. Windows color (decimal): -6844064 or 6328727. OLE color: 6328727.

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

Color convert

RGB 151 145 96 -
CMYK 0 0.04 0.36 0.41
HSL 53.45º 0.22% 0.48% -
HSV(B) 53.45º 0.36% 0.59% -
XYZ 25 27.67 15.09 -
YUV 141.21 102.49 134.98 -
System Red Green Blue C M Y K H S L
Decimal 151 145 96 0 0.04 0.36 0.41 53.45 0.22 0.48
Hex 97 91 60 0 4 24 29 35 16 30
Octal 227 221 140 0 4 44 51 65 26 60
Binary 10010111 10010001 1100000 0 100 100100 101001 110101 10110 110000

Color Harmonies of #979160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979160

Black with #979160

Text Example


Text Example

White with #979160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979160; }

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

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

background-color css

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

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

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

border-color css

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

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

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