#908E7B

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

Shades of Gurkha #908E7B

Tints of Gurkha #908E7B

Color information

#908E7B (or 0x908E7B) is unknown color: approx Gurkha. HEX triplet: 90, 8E and 7B. RGB value is (144,142,123). Sum of RGB (Red+Green+Blue) = 144+142+123=409 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.21% from 409); Green value is 142 (55.86% from 255 or 34.72% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 144 - color contains mainly: red. Hex color #908E7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908E7B is #6F7184. Grayscale: #8C8C8C. Windows color (decimal): -7303557 or 8097424. OLE color: 8097424.

HSL color Cylindrical-coordinate representation of color #908E7B: hue angle of 54.29º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #908E7B is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB144142123-
CMYK00.010.150.44
HSL54.29º8.64%52.35%-
HSV(B)54.29º14.58%56.47%-
XYZ24.7526.7122.59-
YUV140.43118.16130.54-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.21%
GREEN value IS 142 (55.86% from 255) = 34.72%
BLUE value IS 123 (48.44% from 255) = 30.07%
R=35.21%
G=34.72%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14414212300.010.150.4454.298.6452.35
Hex908E7B01F2C36934
Octal220216173011754661164
Binary100100001000111011110110111111011001101101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,142,123); }

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

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

 a { background-color: rgb(144,142,123); }

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

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

 span { border-color: rgb(144,142,123); }

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