#97916E

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

Shades of Gurkha #97916E

Tints of Gurkha #97916E

Color information

#97916E (or 0x97916E) is unknown color: approx Gurkha. HEX triplet: 97, 91 and 6E. RGB value is (151,145,110). Sum of RGB (Red+Green+Blue) = 151+145+110=406 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.19% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 110 (43.36% from 255 or 27.09% from 406); Max value from RGB is 151 - color contains mainly: red. Hex color #97916E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97916E is #686E91. Grayscale: #8E8E8E. Windows color (decimal): -6844050 or 7246231. OLE color: 7246231.

HSL color Cylindrical-coordinate representation of color #97916E: hue angle of 51.22º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #97916E is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB151145110-
CMYK00.040.270.41
HSL51.22º16.47%51.18%-
HSV(B)51.22º27.15%59.22%-
XYZ25.727.9618.79-
YUV142.8109.49133.85-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.19%
GREEN value IS 145 (57.03% from 255) = 35.71%
BLUE value IS 110 (43.36% from 255) = 27.09%
R=37.19%
G=35.71%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15114511000.040.270.4151.2216.4751.18
Hex97916E041B29331033
Octal227221156043351632063
Binary1001011110010001110111001001101110100111001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97916E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97916E; }

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

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

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

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

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

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

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

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