#908D75

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

Shades of Gurkha #908D75

Tints of Gurkha #908D75

Color information

#908D75 (or 0x908D75) is unknown color: approx Gurkha. HEX triplet: 90, 8D and 75. RGB value is (144,141,117). Sum of RGB (Red+Green+Blue) = 144+141+117=402 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.82% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 144 - color contains mainly: red. Hex color #908D75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908D75 is #6F728A. Grayscale: #8B8B8B. Windows color (decimal): -7303819 or 7703952. OLE color: 7703952.

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

Color convert

RGB144141117-
CMYK00.020.190.44
HSL53.33º10.84%51.18%-
HSV(B)53.33º18.75%56.47%-
XYZ24.2426.2620.62-
YUV139.16115.49131.45-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.82%
GREEN value IS 141 (55.47% from 255) = 35.07%
BLUE value IS 117 (46.09% from 255) = 29.10%
R=35.82%
G=35.07%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14414111700.020.190.4453.3310.8451.18
Hex908D7502132C35b33
Octal220215165022354651363
Binary10010000100011011110101010100111011001101011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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