#918E6F

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

Shades of Gurkha #918E6F

Tints of Gurkha #918E6F

Color information

#918E6F (or 0x918E6F) is unknown color: approx Gurkha. HEX triplet: 91, 8E and 6F. RGB value is (145,142,111). Sum of RGB (Red+Green+Blue) = 145+142+111=398 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.43% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 111 (43.75% from 255 or 27.89% from 398); Max value from RGB is 145 - color contains mainly: red. Hex color #918E6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918E6F is #6E7190. Grayscale: #8B8B8B. Windows color (decimal): -7238033 or 7310993. OLE color: 7310993.

HSL color Cylindrical-coordinate representation of color #918E6F: hue angle of 54.71º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #918E6F is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB145142111-
CMYK00.020.230.43
HSL54.71º13.39%50.2%-
HSV(B)54.71º23.45%56.86%-
XYZ24.2226.5118.88-
YUV139.36111.99132.02-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.43%
GREEN value IS 142 (55.86% from 255) = 35.68%
BLUE value IS 111 (43.75% from 255) = 27.89%
R=36.43%
G=35.68%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14514211100.020.230.4354.7113.3950.2
Hex918E6F02172B37d32
Octal221216157022753671562
Binary10010001100011101101111010101111010111101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,142,111); }

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

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

 a { background-color: rgb(145,142,111); }

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

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

 span { border-color: rgb(145,142,111); }

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