#908D73

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

Shades of Gurkha #908D73

Tints of Gurkha #908D73

Color information

#908D73 (or 0x908D73) is unknown color: approx Gurkha. HEX triplet: 90, 8D and 73. RGB value is (144,141,115). Sum of RGB (Red+Green+Blue) = 144+141+115=400 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 115 (45.31% from 255 or 28.75% from 400); Max value from RGB is 144 - color contains mainly: red. Hex color #908D73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908D73 is #6F728C. Grayscale: #8B8B8B. Windows color (decimal): -7303821 or 7572880. OLE color: 7572880.

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

Color convert

RGB144141115-
CMYK00.020.200.44
HSL53.79º11.55%50.78%-
HSV(B)53.79º20.14%56.47%-
XYZ24.1226.2220.01-
YUV138.93114.49131.61-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36%
GREEN value IS 141 (55.47% from 255) = 35.25%
BLUE value IS 115 (45.31% from 255) = 28.75%
R=36%
G=35.25%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14414111500.020.200.4453.7911.5550.78
Hex908D7302142C36c33
Octal220215163022454661463
Binary10010000100011011110011010101001011001101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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