#908E76

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

Shades of Gurkha #908E76

Tints of Gurkha #908E76

Color information

#908E76 (or 0x908E76) is unknown color: approx Gurkha. HEX triplet: 90, 8E and 76. RGB value is (144,142,118). Sum of RGB (Red+Green+Blue) = 144+142+118=404 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.64% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 118 (46.48% from 255 or 29.21% from 404); Max value from RGB is 144 - color contains mainly: red. Hex color #908E76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908E76 is #6F7189. Grayscale: #8B8B8B. Windows color (decimal): -7303562 or 7769744. OLE color: 7769744.

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

Color convert

RGB144142118-
CMYK00.010.180.44
HSL55.38º10.48%51.37%-
HSV(B)55.38º18.06%56.47%-
XYZ24.4426.5820.98-
YUV139.86115.66130.95-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.64%
GREEN value IS 142 (55.86% from 255) = 35.15%
BLUE value IS 118 (46.48% from 255) = 29.21%
R=35.64%
G=35.15%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14414211800.010.180.4455.3810.4851.37
Hex908E7601122C37a33
Octal220216166012254671263
Binary1001000010001110111011001100101011001101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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