#918C6B

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

Shades of Gurkha #918C6B

Tints of Gurkha #918C6B

Color information

#918C6B (or 0x918C6B) is unknown color: approx Gurkha. HEX triplet: 91, 8C and 6B. RGB value is (145,140,107). Sum of RGB (Red+Green+Blue) = 145+140+107=392 (51% of max value = 765). Red value is 145 (57.03% from 255 or 36.99% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 107 (42.19% from 255 or 27.30% from 392); Max value from RGB is 145 - color contains mainly: red. Hex color #918C6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918C6B is #6E7394. Grayscale: #898989. Windows color (decimal): -7238549 or 7048337. OLE color: 7048337.

HSL color Cylindrical-coordinate representation of color #918C6B: hue angle of 52.11º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #918C6B is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB145140107-
CMYK00.030.260.43
HSL52.11º15.08%49.41%-
HSV(B)52.11º26.21%56.86%-
XYZ23.7125.8417.65-
YUV137.73110.66133.18-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.99%
GREEN value IS 140 (55.08% from 255) = 35.71%
BLUE value IS 107 (42.19% from 255) = 27.30%
R=36.99%
G=35.71%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14514010700.030.260.4352.1115.0849.41
Hex918C6B031A2B34f31
Octal221214153033253641761
Binary10010001100011001101011011110101010111101001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,140,107); }

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

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

 a { background-color: rgb(145,140,107); }

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

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

 span { border-color: rgb(145,140,107); }

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