#908D71

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

Shades of Gurkha #908D71

Tints of Gurkha #908D71

Color information

#908D71 (or 0x908D71) is unknown color: approx Gurkha. HEX triplet: 90, 8D and 71. RGB value is (144,141,113). Sum of RGB (Red+Green+Blue) = 144+141+113=398 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.18% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 113 (44.53% from 255 or 28.39% from 398); Max value from RGB is 144 - color contains mainly: red. Hex color #908D71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908D71 is #6F728E. Grayscale: #8A8A8A. Windows color (decimal): -7303823 or 7441808. OLE color: 7441808.

HSL color Cylindrical-coordinate representation of color #908D71: hue angle of 54.19º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #908D71 is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB144141113-
CMYK00.020.220.44
HSL54.19º12.25%50.39%-
HSV(B)54.19º21.53%56.47%-
XYZ24.0126.1719.41-
YUV138.7113.49131.78-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.18%
GREEN value IS 141 (55.47% from 255) = 35.43%
BLUE value IS 113 (44.53% from 255) = 28.39%
R=36.18%
G=35.43%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14414111300.020.220.4454.1912.2550.39
Hex908D7102162C36c32
Octal220215161022654661462
Binary10010000100011011110001010101101011001101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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