#979372

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

Shades of Gurkha #979372

Tints of Gurkha #979372

Color information

#979372 (or 0x979372) is unknown color: approx Gurkha. HEX triplet: 97, 93 and 72. RGB value is (151,147,114). Sum of RGB (Red+Green+Blue) = 151+147+114=412 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.65% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 114 (44.92% from 255 or 27.67% from 412); Max value from RGB is 151 - color contains mainly: red. Hex color #979372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979372 is #686C8D. Grayscale: #909090. Windows color (decimal): -6843534 or 7508887. OLE color: 7508887.

HSL color Cylindrical-coordinate representation of color #979372: hue angle of 53.51º 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 #979372 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB151147114-
CMYK00.030.250.41
HSL53.51º15.1%51.96%-
HSV(B)53.51º24.5%59.22%-
XYZ26.2328.6620.07-
YUV144.43110.83132.68-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.65%
GREEN value IS 147 (57.81% from 255) = 35.68%
BLUE value IS 114 (44.92% from 255) = 27.67%
R=36.65%
G=35.68%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15114711400.030.250.4153.5115.151.96
Hex97937203192936f34
Octal227223162033151661764
Binary10010111100100111110010011110011010011101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979372; }

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

 H1.HeaderClassName
 {
   color: #979372;
 }
 .AnyTagClassName
 {
   color: #979372;
 }
</style>
background-color css

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

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

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

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

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

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