#908C71

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

Shades of Gurkha #908C71

Tints of Gurkha #908C71

Color information

#908C71 (or 0x908C71) is unknown color: approx Gurkha. HEX triplet: 90, 8C and 71. RGB value is (144,140,113). Sum of RGB (Red+Green+Blue) = 144+140+113=397 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.27% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 144 - color contains mainly: red. Hex color #908C71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908C71 is #6F738E. Grayscale: #8A8A8A. Windows color (decimal): -7304079 or 7441552. OLE color: 7441552.

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

Color convert

RGB144140113-
CMYK00.030.220.44
HSL52.26º12.25%50.39%-
HSV(B)52.26º21.53%56.47%-
XYZ23.8625.8819.36-
YUV138.12113.83132.2-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.27%
GREEN value IS 140 (55.08% from 255) = 35.26%
BLUE value IS 113 (44.53% from 255) = 28.46%
R=36.27%
G=35.26%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14414011300.030.220.4452.2612.2550.39
Hex908C7103162C34c32
Octal220214161032654641462
Binary10010000100011001110001011101101011001101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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