#908B6D

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

Shades of Gurkha #908B6D

Tints of Gurkha #908B6D

Color information

#908B6D (or 0x908B6D) is unknown color: approx Gurkha. HEX triplet: 90, 8B and 6D. RGB value is (144,139,109). Sum of RGB (Red+Green+Blue) = 144+139+109=392 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.73% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 109 (42.97% from 255 or 27.81% from 392); Max value from RGB is 144 - color contains mainly: red. Hex color #908B6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908B6D is #6F7492. Grayscale: #898989. Windows color (decimal): -7304339 or 7179152. OLE color: 7179152.

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

Color convert

RGB144139109-
CMYK00.030.240.44
HSL51.43º13.83%49.61%-
HSV(B)51.43º24.31%56.47%-
XYZ23.4925.518.15-
YUV137.07112.16132.94-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.73%
GREEN value IS 139 (54.69% from 255) = 35.46%
BLUE value IS 109 (42.97% from 255) = 27.81%
R=36.73%
G=35.46%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413910900.030.240.4451.4313.8349.61
Hex908B6D03182C33e32
Octal220213155033054631662
Binary10010000100010111101101011110001011001100111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,139,109); }

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

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

 a { background-color: rgb(144,139,109); }

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

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

 span { border-color: rgb(144,139,109); }

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