#918C70

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

Shades of Gurkha #918C70

Tints of Gurkha #918C70

Color information

#918C70 (or 0x918C70) is unknown color: approx Gurkha. HEX triplet: 91, 8C and 70. RGB value is (145,140,112). Sum of RGB (Red+Green+Blue) = 145+140+112=397 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.52% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 145 - color contains mainly: red. Hex color #918C70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918C70 is #6E738F. Grayscale: #8A8A8A. Windows color (decimal): -7238544 or 7376017. OLE color: 7376017.

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

Color convert

RGB145140112-
CMYK00.030.230.43
HSL50.91º13.04%50.39%-
HSV(B)50.91º22.76%56.86%-
XYZ23.9825.9519.07-
YUV138.3113.16132.78-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.52%
GREEN value IS 140 (55.08% from 255) = 35.26%
BLUE value IS 112 (44.14% from 255) = 28.21%
R=36.52%
G=35.26%
B=28.21%

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
Decimal14514011200.030.230.4350.9113.0450.39
Hex918C7003172B33d32
Octal221214160032753631562
Binary10010001100011001110000011101111010111100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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