#918A74

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

Shades of Gurkha #918A74

Tints of Gurkha #918A74

Color information

#918A74 (or 0x918A74) is unknown color: approx Gurkha. HEX triplet: 91, 8A and 74. RGB value is (145,138,116). Sum of RGB (Red+Green+Blue) = 145+138+116=399 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.34% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 116 (45.70% from 255 or 29.07% from 399); Max value from RGB is 145 - color contains mainly: red. Hex color #918A74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918A74 is #6E758B. Grayscale: #898989. Windows color (decimal): -7239052 or 7637649. OLE color: 7637649.

HSL color Cylindrical-coordinate representation of color #918A74: hue angle of 45.52º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #918A74 is Cyan = 0, Magento = 0.05, Yellow = 0.2 and Black (K on CMYK) = 0.43.

Color convert

RGB145138116-
CMYK00.050.20.43
HSL45.52º11.65%51.18%-
HSV(B)45.52º20%56.86%-
XYZ23.9225.4620.18-
YUV137.58115.82133.29-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.34%
GREEN value IS 138 (54.30% from 255) = 34.59%
BLUE value IS 116 (45.70% from 255) = 29.07%
R=36.34%
G=34.59%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.2
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513811600.050.20.4345.5211.6551.18
Hex918A7405142B2ec33
Octal221212164052453561463
Binary100100011000101011101000101101001010111011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,138,116); }

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

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

 a { background-color: rgb(145,138,116); }

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

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

 span { border-color: rgb(145,138,116); }

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