#918A75

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

Shades of Gurkha #918A75

Tints of Gurkha #918A75

Color information

#918A75 (or 0x918A75) is unknown color: approx Gurkha. HEX triplet: 91, 8A and 75. RGB value is (145,138,117). Sum of RGB (Red+Green+Blue) = 145+138+117=400 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.25% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 145 - color contains mainly: red. Hex color #918A75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918A75 is #6E758A. Grayscale: #898989. Windows color (decimal): -7239051 or 7703185. OLE color: 7703185.

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

Color convert

RGB145138117-
CMYK00.050.190.43
HSL45º11.29%51.37%-
HSV(B)45º19.31%56.86%-
XYZ23.9825.4820.48-
YUV137.7116.32133.21-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.25%
GREEN value IS 138 (54.30% from 255) = 34.5%
BLUE value IS 117 (46.09% from 255) = 29.25%
R=36.25%
G=34.5%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513811700.050.190.434511.2951.37
Hex918A7505132B2db33
Octal221212165052353551363
Binary100100011000101011101010101100111010111011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918A75; }

 p { color: rgb(145,138,117); }

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

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

 a { background-color: rgb(145,138,117); }

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

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

 span { border-color: rgb(145,138,117); }

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