#979373

Color #979373 Gurkha (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gurkha #979373

Tints of Gurkha #979373

Color information

#979373 (or 0x979373) is unknown color: approx 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

RGB151147115-
CMYK00.030.240.41
HSL53.33º14.75%52.16%-
HSV(B)53.33º23.84%59.22%-
XYZ26.2928.6820.37-
YUV144.55111.33132.6-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15114711500.030.240.4153.3314.7552.16
Hex97937303182935f34
Octal227223163033051651764
Binary10010111100100111110011011110001010011101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>