#908E75

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

Shades of Gurkha #908E75

Tints of Gurkha #908E75

Color information

#908E75 (or 0x908E75) is unknown color: approx Gurkha. HEX triplet: 90, 8E and 75. RGB value is (144,142,117). Sum of RGB (Red+Green+Blue) = 144+142+117=403 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.73% from 403); Green value is 142 (55.86% from 255 or 35.24% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 144 - color contains mainly: red. Hex color #908E75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908E75 is #6F718A. Grayscale: #8B8B8B. Windows color (decimal): -7303563 or 7704208. OLE color: 7704208.

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

Color convert

RGB144142117-
CMYK00.010.190.44
HSL55.56º10.84%51.18%-
HSV(B)55.56º18.75%56.47%-
XYZ24.3926.5620.67-
YUV139.75115.16131.03-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.73%
GREEN value IS 142 (55.86% from 255) = 35.24%
BLUE value IS 117 (46.09% from 255) = 29.03%
R=35.73%
G=35.24%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14414211700.010.190.4455.5610.8451.18
Hex908E7501132C38b33
Octal220216165012354701363
Binary1001000010001110111010101100111011001110001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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