#908E73

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

Shades of Gurkha #908E73

Tints of Gurkha #908E73

Color information

#908E73 (or 0x908E73) is unknown color: approx Gurkha. HEX triplet: 90, 8E and 73. RGB value is (144,142,115). Sum of RGB (Red+Green+Blue) = 144+142+115=401 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.91% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 115 (45.31% from 255 or 28.68% from 401); Max value from RGB is 144 - color contains mainly: red. Hex color #908E73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908E73 is #6F718C. Grayscale: #8B8B8B. Windows color (decimal): -7303565 or 7573136. OLE color: 7573136.

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

Color convert

RGB144142115-
CMYK00.010.200.44
HSL55.86º11.55%50.78%-
HSV(B)55.86º20.14%56.47%-
XYZ24.2726.5120.06-
YUV139.52114.16131.2-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.91%
GREEN value IS 142 (55.86% from 255) = 35.41%
BLUE value IS 115 (45.31% from 255) = 28.68%
R=35.91%
G=35.41%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14414211500.010.200.4455.8611.5550.78
Hex908E7301142C38c33
Octal220216163012454701463
Binary1001000010001110111001101101001011001110001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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