#6E7356

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

Shades of Finch #6E7356

Tints of Finch #6E7356

Color information

#6E7356 (or 0x6E7356) is unknown color: approx Finch. HEX triplet: 6E, 73 and 56. RGB value is (110,115,86). Sum of RGB (Red+Green+Blue) = 110+115+86=311 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.37% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 86 (33.98% from 255 or 27.65% from 311); Max value from RGB is 115 - color contains mainly: green. Hex color #6E7356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7356 is #918CA9. Grayscale: #6E6E6E. Windows color (decimal): -9538730 or 5665646. OLE color: 5665646.

HSL color Cylindrical-coordinate representation of color #6E7356: hue angle of 70.34º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6E7356 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB11011586-
CMYK0.0400.250.55
HSL70.34º14.43%39.41%-
HSV(B)70.34º25.22%45.1%-
XYZ14.2416.2511.19-
YUV110.2114.34127.86-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.37%
GREEN value IS 115 (45.31% from 255) = 36.98%
BLUE value IS 86 (33.98% from 255) = 27.65%
R=35.37%
G=36.98%
B=27.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal110115860.0400.250.5570.3414.4339.41
Hex6E735640193746e27
Octal1561631264031671061647
Binary11011101110011101011010001100111011110001101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,115,86); }

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

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

 a { background-color: rgb(110,115,86); }

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

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

 span { border-color: rgb(110,115,86); }

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