#918D6B

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

Shades of Gurkha #918D6B

Tints of Gurkha #918D6B

Color information

#918D6B (or 0x918D6B) is unknown color: approx Gurkha. HEX triplet: 91, 8D and 6B. RGB value is (145,141,107). Sum of RGB (Red+Green+Blue) = 145+141+107=393 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.90% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 107 (42.19% from 255 or 27.23% from 393); Max value from RGB is 145 - color contains mainly: red. Hex color #918D6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918D6B is #6E7294. Grayscale: #8A8A8A. Windows color (decimal): -7238293 or 7048593. OLE color: 7048593.

HSL color Cylindrical-coordinate representation of color #918D6B: hue angle of 53.68º 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 #918D6B is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB145141107-
CMYK00.030.260.43
HSL53.68º15.08%49.41%-
HSV(B)53.68º26.21%56.86%-
XYZ23.8626.1317.7-
YUV138.32110.33132.76-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.90%
GREEN value IS 141 (55.47% from 255) = 35.88%
BLUE value IS 107 (42.19% from 255) = 27.23%
R=36.90%
G=35.88%
B=27.23%

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
Decimal14514110700.030.260.4353.6815.0849.41
Hex918D6B031A2B36f31
Octal221215153033253661761
Binary10010001100011011101011011110101010111101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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