#6E895D

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

Shades of Highland #6E895D

Tints of Highland #6E895D

Color information

#6E895D (or 0x6E895D) is unknown color: approx Highland. HEX triplet: 6E, 89 and 5D. RGB value is (110,137,93). Sum of RGB (Red+Green+Blue) = 110+137+93=340 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.35% from 340); Green value is 137 (53.91% from 255 or 40.29% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 137 - color contains mainly: green. Hex color #6E895D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E895D is #9176A2. Grayscale: #7C7C7C. Windows color (decimal): -9533091 or 6130030. OLE color: 6130030.

HSL color Cylindrical-coordinate representation of color #6E895D: hue angle of 96.82º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6E895D is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB11013793-
CMYK0.2000.320.46
HSL96.82º19.13%45.1%-
HSV(B)96.82º32.12%53.73%-
XYZ17.352213.69-
YUV123.91110.55118.08-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.35%
GREEN value IS 137 (53.91% from 255) = 40.29%
BLUE value IS 93 (36.72% from 255) = 27.35%
R=32.35%
G=40.29%
B=27.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal110137930.2000.320.4696.8219.1345.1
Hex6E895D140202E61132d
Octal15621113524040561412355
Binary1101110100010011011101101000100000101110110000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E895D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E895D; }

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

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

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

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

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

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

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

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