#918A73

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

Shades of Gurkha #918A73

Tints of Gurkha #918A73

Color information

#918A73 (or 0x918A73) is unknown color: approx Gurkha. HEX triplet: 91, 8A and 73. RGB value is (145,138,115). Sum of RGB (Red+Green+Blue) = 145+138+115=398 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.43% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 115 (45.31% from 255 or 28.89% from 398); Max value from RGB is 145 - color contains mainly: red. Hex color #918A73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918A73 is #6E758C. Grayscale: #898989. Windows color (decimal): -7239053 or 7572113. OLE color: 7572113.

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

Color convert

RGB145138115-
CMYK00.050.210.43
HSL46º12%50.98%-
HSV(B)46º20.69%56.86%-
XYZ23.8625.4319.87-
YUV137.47115.32133.37-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.43%
GREEN value IS 138 (54.30% from 255) = 34.67%
BLUE value IS 115 (45.31% from 255) = 28.89%
R=36.43%
G=34.67%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513811500.050.210.43461250.98
Hex918A7305152B2ec33
Octal221212163052553561463
Binary100100011000101011100110101101011010111011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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