#908E79

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

Shades of Gurkha #908E79

Tints of Gurkha #908E79

Color information

#908E79 (or 0x908E79) is unknown color: approx Gurkha. HEX triplet: 90, 8E and 79. RGB value is (144,142,121). Sum of RGB (Red+Green+Blue) = 144+142+121=407 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.38% from 407); Green value is 142 (55.86% from 255 or 34.89% from 407); Blue value is 121 (47.66% from 255 or 29.73% from 407); Max value from RGB is 144 - color contains mainly: red. Hex color #908E79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908E79 is #6F7186. Grayscale: #8C8C8C. Windows color (decimal): -7303559 or 7966352. OLE color: 7966352.

HSL color Cylindrical-coordinate representation of color #908E79: hue angle of 54.78º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #908E79 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB144142121-
CMYK00.010.160.44
HSL54.78º9.39%51.96%-
HSV(B)54.78º15.97%56.47%-
XYZ24.6326.6621.94-
YUV140.2117.16130.71-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.38%
GREEN value IS 142 (55.86% from 255) = 34.89%
BLUE value IS 121 (47.66% from 255) = 29.73%
R=35.38%
G=34.89%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14414212100.010.160.4454.789.3951.96
Hex908E7901102C37934
Octal220216171012054671164
Binary1001000010001110111100101100001011001101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908E79; }

 p { color: rgb(144,142,121); }

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

<style>
 a { background-color: #908E79; }

 a { background-color: rgb(144,142,121); }

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

<style>
 span { border-color: #908E79; }

 span { border-color: rgb(144,142,121); }

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