#97917C

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

Shades of Gurkha #97917C

Tints of Gurkha #97917C

Color information

#97917C (or 0x97917C) is unknown color: approx Gurkha. HEX triplet: 97, 91 and 7C. RGB value is (151,145,124). Sum of RGB (Red+Green+Blue) = 151+145+124=420 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.95% from 420); Green value is 145 (57.03% from 255 or 34.52% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 151 - color contains mainly: red. Hex color #97917C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97917C is #686E83. Grayscale: #909090. Windows color (decimal): -6844036 or 8163735. OLE color: 8163735.

HSL color Cylindrical-coordinate representation of color #97917C: hue angle of 46.67º 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 #97917C is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB151145124-
CMYK00.040.180.41
HSL46.67º11.49%53.92%-
HSV(B)46.67º17.88%59.22%-
XYZ26.5328.2923.13-
YUV144.4116.49132.71-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.95%
GREEN value IS 145 (57.03% from 255) = 34.52%
BLUE value IS 124 (48.83% from 255) = 29.52%
R=35.95%
G=34.52%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15114512400.040.180.4146.6711.4953.92
Hex97917C0412292fb36
Octal227221174042251571366
Binary100101111001000111111000100100101010011011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97917C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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