#90896F

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

Shades of Gurkha #90896F

Tints of Gurkha #90896F

Color information

#90896F (or 0x90896F) is unknown color: approx Gurkha. HEX triplet: 90, 89 and 6F. RGB value is (144,137,111). Sum of RGB (Red+Green+Blue) = 144+137+111=392 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.73% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 111 (43.75% from 255 or 28.32% from 392); Max value from RGB is 144 - color contains mainly: red. Hex color #90896F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90896F is #6F7690. Grayscale: #888888. Windows color (decimal): -7304849 or 7309712. OLE color: 7309712.

HSL color Cylindrical-coordinate representation of color #90896F: hue angle of 47.27º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #90896F is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB144137111-
CMYK00.050.230.44
HSL47.27º12.94%50%-
HSV(B)47.27º22.92%56.47%-
XYZ23.3224.9718.63-
YUV136.13113.82133.61-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.73%
GREEN value IS 137 (53.91% from 255) = 34.95%
BLUE value IS 111 (43.75% from 255) = 28.32%
R=36.73%
G=34.95%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413711100.050.230.4447.2712.9450
Hex90896F05172C2fd32
Octal220211157052754571562
Binary100100001000100111011110101101111011001011111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90896F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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