#90896D

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

Shades of Gurkha #90896D

Tints of Gurkha #90896D

Color information

#90896D (or 0x90896D) is unknown color: approx Gurkha. HEX triplet: 90, 89 and 6D. RGB value is (144,137,109). Sum of RGB (Red+Green+Blue) = 144+137+109=390 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.92% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 109 (42.97% from 255 or 27.95% from 390); Max value from RGB is 144 - color contains mainly: red. Hex color #90896D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90896D is #6F7692. Grayscale: #888888. Windows color (decimal): -7304851 or 7178640. OLE color: 7178640.

HSL color Cylindrical-coordinate representation of color #90896D: hue angle of 48º 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 #90896D is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB144137109-
CMYK00.050.240.44
HSL48º13.83%49.61%-
HSV(B)48º24.31%56.47%-
XYZ23.2124.9218.06-
YUV135.9112.82133.78-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.92%
GREEN value IS 137 (53.91% from 255) = 35.13%
BLUE value IS 109 (42.97% from 255) = 27.95%
R=36.92%
G=35.13%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413710900.050.240.444813.8349.61
Hex90896D05182C30e32
Octal220211155053054601662
Binary100100001000100111011010101110001011001100001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90896D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90896D; }

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

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

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

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

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

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

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

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