#6E7162

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

Shades of Finch #6E7162

Tints of Finch #6E7162

Color information

#6E7162 (or 0x6E7162) is unknown color: approx Finch. HEX triplet: 6E, 71 and 62. RGB value is (110,113,98). Sum of RGB (Red+Green+Blue) = 110+113+98=321 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.27% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 98 (38.67% from 255 or 30.53% from 321); Max value from RGB is 113 - color contains mainly: green. Hex color #6E7162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7162 is #918E9D. Grayscale: #6E6E6E. Windows color (decimal): -9539230 or 6451566. OLE color: 6451566.

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

Color convert

RGB11011398-
CMYK0.0300.130.56
HSL72º7.11%41.37%-
HSV(B)72º13.27%44.31%-
XYZ14.5416.0113.88-
YUV110.39121.01127.72-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.27%
GREEN value IS 113 (44.53% from 255) = 35.20%
BLUE value IS 98 (38.67% from 255) = 30.53%
R=34.27%
G=35.20%
B=30.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal110113980.0300.130.56727.1141.37
Hex6E716230D3848729
Octal156161142301570110751
Binary11011101110001110001011011011110001001000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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