#6E7854

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

Shades of Finch #6E7854

Tints of Finch #6E7854

Color information

#6E7854 (or 0x6E7854) is unknown color: approx Finch. HEX triplet: 6E, 78 and 54. RGB value is (110,120,84). Sum of RGB (Red+Green+Blue) = 110+120+84=314 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.03% from 314); Green value is 120 (47.27% from 255 or 38.22% from 314); Blue value is 84 (33.20% from 255 or 26.75% from 314); Max value from RGB is 120 - color contains mainly: green. Hex color #6E7854 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7854 is #9187AB. Grayscale: #717171. Windows color (decimal): -9537452 or 5535854. OLE color: 5535854.

HSL color Cylindrical-coordinate representation of color #6E7854: hue angle of 76.67º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E7854 is Cyan = 0.08, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.53.

Color convert

RGB11012084-
CMYK0.0800.30.53
HSL76.67º17.65%40%-
HSV(B)76.67º30%47.06%-
XYZ14.7517.3910.97-
YUV112.91111.69125.93-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.03%
GREEN value IS 120 (47.27% from 255) = 38.22%
BLUE value IS 84 (33.20% from 255) = 26.75%
R=35.03%
G=38.22%
B=26.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal110120840.0800.30.5376.6717.6540
Hex6E7854801E354d1228
Octal15617012410036651152250
Binary1101110111100010101001000011110110101100110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,120,84); }

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

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

 a { background-color: rgb(110,120,84); }

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

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

 span { border-color: rgb(110,120,84); }

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