#93896E

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

Shades of Gurkha #93896E

Tints of Gurkha #93896E

Color information

#93896E (or 0x93896E) is unknown color: approx Gurkha. HEX triplet: 93, 89 and 6E. RGB value is (147,137,110). Sum of RGB (Red+Green+Blue) = 147+137+110=394 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.31% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 110 (43.36% from 255 or 27.92% from 394); Max value from RGB is 147 - color contains mainly: red. Hex color #93896E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93896E is #6C7691. Grayscale: #898989. Windows color (decimal): -7108242 or 7244179. OLE color: 7244179.

HSL color Cylindrical-coordinate representation of color #93896E: hue angle of 43.78º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #93896E is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB147137110-
CMYK00.070.250.42
HSL43.78º14.62%50.39%-
HSV(B)43.78º25.17%57.65%-
XYZ23.7925.2218.37-
YUV136.91112.81135.2-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.31%
GREEN value IS 137 (53.91% from 255) = 34.77%
BLUE value IS 110 (43.36% from 255) = 27.92%
R=37.31%
G=34.77%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713711000.070.250.4243.7814.6250.39
Hex93896E07192A2cf32
Octal223211156073152541762
Binary100100111000100111011100111110011010101011001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93896E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93896E; }

 p { color: rgb(147,137,110); }

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

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

 a { background-color: rgb(147,137,110); }

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

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

 span { border-color: rgb(147,137,110); }

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