#6E715F

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

Shades of Finch #6E715F

Tints of Finch #6E715F

Color information

#6E715F (or 0x6E715F) is unknown color: approx Finch. HEX triplet: 6E, 71 and 5F. RGB value is (110,113,95). Sum of RGB (Red+Green+Blue) = 110+113+95=318 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.59% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 95 (37.5% from 255 or 29.87% from 318); Max value from RGB is 113 - color contains mainly: green. Hex color #6E715F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E715F is #918EA0. Grayscale: #6E6E6E. Windows color (decimal): -9539233 or 6254958. OLE color: 6254958.

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

Color convert

RGB11011395-
CMYK0.0300.160.56
HSL70º8.65%40.78%-
HSV(B)70º15.93%44.31%-
XYZ14.415.9513.15-
YUV110.05119.51127.96-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.59%
GREEN value IS 113 (44.53% from 255) = 35.53%
BLUE value IS 95 (37.5% from 255) = 29.87%
R=34.59%
G=35.53%
B=29.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal110113950.0300.160.56708.6540.78
Hex6E715F30103846929
Octal1561611373020701061151
Binary1101110111000110111111101000011100010001101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E715F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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