#908A73

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

Shades of Gurkha #908A73

Tints of Gurkha #908A73

Color information

#908A73 (or 0x908A73) is unknown color: approx Gurkha. HEX triplet: 90, 8A and 73. RGB value is (144,138,115). Sum of RGB (Red+Green+Blue) = 144+138+115=397 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.27% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 144 - color contains mainly: red. Hex color #908A73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908A73 is #6F758C. Grayscale: #898989. Windows color (decimal): -7304589 or 7572112. OLE color: 7572112.

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

Color convert

RGB144138115-
CMYK00.040.200.44
HSL47.59º11.55%50.78%-
HSV(B)47.59º20.14%56.47%-
XYZ23.6825.3419.86-
YUV137.17115.49132.87-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.27%
GREEN value IS 138 (54.30% from 255) = 34.76%
BLUE value IS 115 (45.31% from 255) = 28.97%
R=36.27%
G=34.76%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413811500.040.200.4447.5911.5550.78
Hex908A7304142C30c33
Octal220212163042454601463
Binary100100001000101011100110100101001011001100001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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