#908870

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

Shades of Gurkha #908870

Tints of Gurkha #908870

Color information

#908870 (or 0x908870) is unknown color: approx Gurkha. HEX triplet: 90, 88 and 70. RGB value is (144,136,112). Sum of RGB (Red+Green+Blue) = 144+136+112=392 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.73% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 112 (44.14% from 255 or 28.57% from 392); Max value from RGB is 144 - color contains mainly: red. Hex color #908870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908870 is #6F778F. Grayscale: #878787. Windows color (decimal): -7305104 or 7374992. OLE color: 7374992.

HSL color Cylindrical-coordinate representation of color #908870: hue angle of 45º degrees, saturation: 0.13, 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 #908870 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB144136112-
CMYK00.060.220.44
HSL45º12.6%50.2%-
HSV(B)45º22.22%56.47%-
XYZ23.2324.7118.87-
YUV135.66114.65133.95-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.73%
GREEN value IS 136 (53.52% from 255) = 34.69%
BLUE value IS 112 (44.14% from 255) = 28.57%
R=36.73%
G=34.69%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413611200.060.220.444512.650.2
Hex90887006162C2dd32
Octal220210160062654551562
Binary100100001000100011100000110101101011001011011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908870; }

 p { color: rgb(144,136,112); }

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

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

 a { background-color: rgb(144,136,112); }

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

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

 span { border-color: rgb(144,136,112); }

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