#979272

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

Shades of Gurkha #979272

Tints of Gurkha #979272

Color information

#979272 (or 0x979272) is unknown color: approx Gurkha. HEX triplet: 97, 92 and 72. RGB value is (151,146,114). Sum of RGB (Red+Green+Blue) = 151+146+114=411 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.74% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 114 (44.92% from 255 or 27.74% from 411); Max value from RGB is 151 - color contains mainly: red. Hex color #979272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979272 is #686D8D. Grayscale: #8F8F8F. Windows color (decimal): -6843790 or 7508631. OLE color: 7508631.

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

Color convert

RGB151146114-
CMYK00.030.250.41
HSL51.89º15.1%51.96%-
HSV(B)51.89º24.5%59.22%-
XYZ26.0828.3520.02-
YUV143.85111.16133.1-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.74%
GREEN value IS 146 (57.42% from 255) = 35.52%
BLUE value IS 114 (44.92% from 255) = 27.74%
R=36.74%
G=35.52%
B=27.74%

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
Decimal15114611400.030.250.4151.8915.151.96
Hex97927203192934f34
Octal227222162033151641764
Binary10010111100100101110010011110011010011101001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979272; }

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

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

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

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

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

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

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

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