#918D70

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

Shades of Gurkha #918D70

Tints of Gurkha #918D70

Color information

#918D70 (or 0x918D70) is unknown color: approx Gurkha. HEX triplet: 91, 8D and 70. RGB value is (145,141,112). Sum of RGB (Red+Green+Blue) = 145+141+112=398 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.43% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 112 (44.14% from 255 or 28.14% from 398); Max value from RGB is 145 - color contains mainly: red. Hex color #918D70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918D70 is #6E728F. Grayscale: #8B8B8B. Windows color (decimal): -7238288 or 7376273. OLE color: 7376273.

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

Color convert

RGB145141112-
CMYK00.030.230.43
HSL52.73º13.04%50.39%-
HSV(B)52.73º22.76%56.86%-
XYZ24.1326.2419.12-
YUV138.89112.83132.36-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.43%
GREEN value IS 141 (55.47% from 255) = 35.43%
BLUE value IS 112 (44.14% from 255) = 28.14%
R=36.43%
G=35.43%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14514111200.030.230.4352.7313.0450.39
Hex918D7003172B35d32
Octal221215160032753651562
Binary10010001100011011110000011101111010111101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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