#918971

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

Shades of Gurkha #918971

Tints of Gurkha #918971

Color information

#918971 (or 0x918971) is unknown color: approx Gurkha. HEX triplet: 91, 89 and 71. RGB value is (145,137,113). Sum of RGB (Red+Green+Blue) = 145+137+113=395 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.71% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 145 - color contains mainly: red. Hex color #918971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918971 is #6E768E. Grayscale: #888888. Windows color (decimal): -7239311 or 7440785. OLE color: 7440785.

HSL color Cylindrical-coordinate representation of color #918971: hue angle of 45º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #918971 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB145137113-
CMYK00.060.220.43
HSL45º12.7%50.59%-
HSV(B)45º22.07%56.86%-
XYZ23.625.119.22-
YUV136.66114.65133.95-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.71%
GREEN value IS 137 (53.91% from 255) = 34.68%
BLUE value IS 113 (44.53% from 255) = 28.61%
R=36.71%
G=34.68%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513711300.060.220.434512.750.59
Hex91897106162B2dd33
Octal221211161062653551563
Binary100100011000100111100010110101101010111011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918971; }

 p { color: rgb(145,137,113); }

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

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

 a { background-color: rgb(145,137,113); }

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

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

 span { border-color: rgb(145,137,113); }

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