#6E7158

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

Shades of Finch #6E7158

Tints of Finch #6E7158

Color information

#6E7158 (or 0x6E7158) is unknown color: approx Finch. HEX triplet: 6E, 71 and 58. RGB value is (110,113,88). Sum of RGB (Red+Green+Blue) = 110+113+88=311 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.37% from 311); Green value is 113 (44.53% from 255 or 36.33% from 311); Blue value is 88 (34.77% from 255 or 28.30% from 311); Max value from RGB is 113 - color contains mainly: green. Hex color #6E7158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7158 is #918EA7. Grayscale: #6D6D6D. Windows color (decimal): -9539240 or 5796206. OLE color: 5796206.

HSL color Cylindrical-coordinate representation of color #6E7158: hue angle of 67.2º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6E7158 is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB11011388-
CMYK0.0300.220.56
HSL67.2º12.44%39.41%-
HSV(B)67.2º22.12%44.31%-
XYZ14.115.8311.54-
YUV109.25116.01128.53-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.37%
GREEN value IS 113 (44.53% from 255) = 36.33%
BLUE value IS 88 (34.77% from 255) = 28.30%
R=35.37%
G=36.33%
B=28.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal110113880.0300.220.5667.212.4439.41
Hex6E715830163843c27
Octal1561611303026701031447
Binary1101110111000110110001101011011100010000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,113,88); }

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

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

 a { background-color: rgb(110,113,88); }

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

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

 span { border-color: rgb(110,113,88); }

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