#908C73

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

Shades of Gurkha #908C73

Tints of Gurkha #908C73

Color information

#908C73 (or 0x908C73) is unknown color: approx Gurkha. HEX triplet: 90, 8C and 73. RGB value is (144,140,115). Sum of RGB (Red+Green+Blue) = 144+140+115=399 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.09% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 115 (45.31% from 255 or 28.82% from 399); Max value from RGB is 144 - color contains mainly: red. Hex color #908C73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908C73 is #6F738C. Grayscale: #8A8A8A. Windows color (decimal): -7304077 or 7572624. OLE color: 7572624.

HSL color Cylindrical-coordinate representation of color #908C73: hue angle of 51.72º 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 #908C73 is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB144140115-
CMYK00.030.200.44
HSL51.72º11.55%50.78%-
HSV(B)51.72º20.14%56.47%-
XYZ23.9725.9219.96-
YUV138.35114.83132.03-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.09%
GREEN value IS 140 (55.08% from 255) = 35.09%
BLUE value IS 115 (45.31% from 255) = 28.82%
R=36.09%
G=35.09%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14414011500.030.200.4451.7211.5550.78
Hex908C7303142C34c33
Octal220214163032454641463
Binary10010000100011001110011011101001011001101001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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