#97937C

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

Shades of Gurkha #97937C

Tints of Gurkha #97937C

Color information

#97937C (or 0x97937C) is unknown color: approx Gurkha. HEX triplet: 97, 93 and 7C. RGB value is (151,147,124). Sum of RGB (Red+Green+Blue) = 151+147+124=422 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.78% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 151 - color contains mainly: red. Hex color #97937C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97937C is #686C83. Grayscale: #919191. Windows color (decimal): -6843524 or 8164247. OLE color: 8164247.

HSL color Cylindrical-coordinate representation of color #97937C: hue angle of 51.11º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #97937C is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB151147124-
CMYK00.030.180.41
HSL51.11º11.49%53.92%-
HSV(B)51.11º17.88%59.22%-
XYZ26.8328.923.23-
YUV145.57115.83131.87-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.78%
GREEN value IS 147 (57.81% from 255) = 34.83%
BLUE value IS 124 (48.83% from 255) = 29.38%
R=35.78%
G=34.83%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15114712400.030.180.4151.1111.4953.92
Hex97937C03122933b36
Octal227223174032251631366
Binary10010111100100111111100011100101010011100111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97937C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97937C; }

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

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

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

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

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

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

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

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