#908B75

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

Shades of Gurkha #908B75

Tints of Gurkha #908B75

Color information

#908B75 (or 0x908B75) is unknown color: approx Gurkha. HEX triplet: 90, 8B and 75. RGB value is (144,139,117). Sum of RGB (Red+Green+Blue) = 144+139+117=400 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 144 - color contains mainly: red. Hex color #908B75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908B75 is #6F748A. Grayscale: #8A8A8A. Windows color (decimal): -7304331 or 7703440. OLE color: 7703440.

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

Color convert

RGB144139117-
CMYK00.030.190.44
HSL48.89º10.84%51.18%-
HSV(B)48.89º18.75%56.47%-
XYZ23.9525.6820.52-
YUV137.99116.16132.29-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36%
GREEN value IS 139 (54.69% from 255) = 34.75%
BLUE value IS 117 (46.09% from 255) = 29.25%
R=36%
G=34.75%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413911700.030.190.4448.8910.8451.18
Hex908B7503132C31b33
Octal220213165032354611363
Binary10010000100010111110101011100111011001100011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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