#91896F

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

Shades of Gurkha #91896F

Tints of Gurkha #91896F

Color information

#91896F (or 0x91896F) is unknown color: approx Gurkha. HEX triplet: 91, 89 and 6F. RGB value is (145,137,111). Sum of RGB (Red+Green+Blue) = 145+137+111=393 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.90% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 111 (43.75% from 255 or 28.24% from 393); Max value from RGB is 145 - color contains mainly: red. Hex color #91896F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91896F is #6E7690. Grayscale: #888888. Windows color (decimal): -7239313 or 7309713. OLE color: 7309713.

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

Color convert

RGB145137111-
CMYK00.060.230.43
HSL45.88º13.39%50.2%-
HSV(B)45.88º23.45%56.86%-
XYZ23.4925.0618.64-
YUV136.43113.65134.11-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.90%
GREEN value IS 137 (53.91% from 255) = 34.86%
BLUE value IS 111 (43.75% from 255) = 28.24%
R=36.90%
G=34.86%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513711100.060.230.4345.8813.3950.2
Hex91896F06172B2ed32
Octal221211157062753561562
Binary100100011000100111011110110101111010111011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91896F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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