#6E7850

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

Shades of Finch #6E7850

Tints of Finch #6E7850

Color information

#6E7850 (or 0x6E7850) is unknown color: approx Finch. HEX triplet: 6E, 78 and 50. RGB value is (110,120,80). Sum of RGB (Red+Green+Blue) = 110+120+80=310 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.48% from 310); Green value is 120 (47.27% from 255 or 38.71% from 310); Blue value is 80 (31.64% from 255 or 25.81% from 310); Max value from RGB is 120 - color contains mainly: green. Hex color #6E7850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7850 is #9187AF. Grayscale: #707070. Windows color (decimal): -9537456 or 5273710. OLE color: 5273710.

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

Color convert

RGB11012080-
CMYK0.0800.330.53
HSL75º20%39.22%-
HSV(B)75º33.33%47.06%-
XYZ14.5917.3310.16-
YUV112.45109.69126.25-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.48%
GREEN value IS 120 (47.27% from 255) = 38.71%
BLUE value IS 80 (31.64% from 255) = 25.81%
R=35.48%
G=38.71%
B=25.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal110120800.0800.330.53752039.22
Hex6E78508021354b1427
Octal15617012010041651132447
Binary11011101111000101000010000100001110101100101110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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