Html Css Color HEX #979373 Gurkha

📋 copy color: '#979373'

red 151 ◦ green 147 ◦ blue 115

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

Shades of Gurkha #979373

Tints of Gurkha #979373

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.59%

 BLUE value IS 115 (45.31% from 255) = 27.85%

R = 36.56%
G = 35.59%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#979373 (or 0x979373) is known color: Gurkha. HEX triplet: 97, 93 and 73. RGB value is (151,147,115). Sum of RGB (Red+Green+Blue) = 151+147+115=413 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.56% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 115 (45.31% from 255 or 27.85% from 413); Max value from RGB is 151 - color contains mainly: red. Hex color #979373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979373 is #686C8C. Grayscale: #909090. Windows color (decimal): -6843533 or 7574423. OLE color: 7574423.

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

Color convert

RGB 151 147 115 -
CMYK 0 0.03 0.24 0.41
HSL 53.33º 0.15% 0.52% -
HSV(B) 53.33º 0.24% 0.59% -
XYZ 26.29 28.68 20.37 -
YUV 144.55 111.33 132.6 -
System Red Green Blue C M Y K H S L
Decimal 151 147 115 0 0.03 0.24 0.41 53.33 0.15 0.52
Hex 97 93 73 0 3 18 29 35 F 34
Octal 227 223 163 0 3 30 51 65 17 64
Binary 10010111 10010011 1110011 0 11 11000 101001 110101 1111 110100

Color Harmonies of #979373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979373

Black with #979373

Text Example


Text Example

White with #979373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979373; }

 p { color: rgb(151,147,115); }

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

background-color css

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

 a { background-color: rgb(151,147,115); }

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

border-color css

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

 span { border-color: rgb(151,147,115); }

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